Page 1 of 1
How to set Date and time format?
Posted: Sat Feb 27, 2021 7:45 pm
by stani
In Setting - Language - Date format is: "j F Y" (= DD.MM.YYYY).
"F" = is the month, but in words. How to do it with a number?
And how to set DD.MM.YYYY H:M - Hours and Minutes (in 24h mode), please?
thanks
Re: How to set Date and time format?
Posted: Sat Feb 27, 2021 8:30 pm
by lightmat
Date and time comes from the webserver itself, so you have to edit correct date and time there.
The format is the only thing you can edit via Bludit, and it uses PHP DateTime Format.
Full list here:
https://www.php.net/manual/en/datetime.format.php
YYYY = Is not month, but year
j F Y = 28 February 2021
Re: How to set Date and time format?
Posted: Sat Feb 27, 2021 9:56 pm
by stani
lightmat: thanks
I have it:
j.m.Y G:i
or:
j/m/Y G:i
Re: How to set Date and time format?
Posted: Sat Feb 27, 2021 11:10 pm
by lightmat
No problem, you are welcome