Page 1 of 1

Customizing my date format

Posted: 10 Jul 2024, 16:24
by dnswodn
Hi, I am customizing my date format. I want to change "Today","Yesterday","less than one minute ago" to a exact date like 2024/7/10, what should I do with the PHP codes? :bq :bt

Re: Customizing my date format

Posted: 10 Jul 2024, 22:39
by ArthurJ22
In the User Control Panel - My date format: - Select Custom.

And put Y/m/d, H:i

If you want to put some other format, there are some predefined ones, and you can find out more in PHP date functions.

Re: Customizing my date format

Posted: 11 Jul 2024, 00:44
by dnswodn
OK, Thank you