Page 1 of 1

Formatting for page date?

Posted: Fri Mar 17, 2023 7:00 am
by kr428
Hi alls;
in the themes, I usually see something like ...

echo $page->date()

.. for rendering the page date. However, on my system this is always just a date. Where can I change this setting to also include hours and minutes (and maybe re-arrange the order of fields too)?
Thanks and best regards,
Kristian

Re: Formatting for page date?

Posted: Fri Mar 17, 2023 9:41 pm
by Edi
kr428 wrote: Fri Mar 17, 2023 7:00 am Where can I change this setting to also include hours and minutes (and maybe re-arrange the order of fields too)?
You can set this at "Settings" > "General" > "Language".

For date formats please see:

https://www.php.net/manual/en/datetime.formats.date.php

For time formats:

https://www.php.net/manual/en/datetime.formats.time.php

Re: Formatting for page date?

Posted: Mon Mar 20, 2023 7:33 am
by kr428
Cool, thanks. That does it. 🙂