Page 1 of 1

Another format date in Blog

Posted: 05 Jul 2015, 13:32
by zuro
That possible change format date in Blog post ?

Re: Another format date in Blog

Posted: 06 Jul 2015, 14:39
by mjau-mjau
zuro wrote:That possible change format date in Blog post ?
Currently no, but it should be ... I assume you want a more traditional date format?

Re: Another format date in Blog

Posted: 06 Jul 2015, 15:46
by zuro
Yes. Traditional format or polish name ( day- dzień , month - miesiąc etc.)

Re: Another format date in Blog

Posted: 13 Apr 2016, 07:13
by zuro
Any news with format date in Blog Post ?

Re: Another format date in Blog

Posted: 14 Apr 2016, 08:12
by mjau-mjau
zuro wrote:Any news with format date in Blog Post ?
Sorry not yet ... need to plan it properly, especially if it will be combined with language/translation.

In the meantime, you can easily fix it. Open templates/partials/module.context.html, line 53:
Code
<h6 class=date><time itemprop=dateUpdated datetime='{{ date|date("c") }}'>{{ date|date("d F Y") }}</time></h6>
Change to:
Code
<h6 class=date><span itemprop=dateUpdated datetime='{{ date|date("c") }}'>{{ date|date("d F Y") }}</span></h6>
You can also change the date|date("d F Y") to decide how you want the date to display. See options here:
http://php.net/manual/en/function.date.php

Re: Another format date in Blog

Posted: 16 Apr 2016, 14:38
by mjau-mjau
Date format setting has been added to release X3 0.17.1:
https://forum.photo.gallery/viewtopic.p ... 66&start=0

Date format setting
We have added settings -> date format, which allows you to customize how all dates are formatted. You can find a good reference on how to create your custom date format here.
Image