Hi all,
what formatstrings may I use to format the output of the calendar field.
I need settings usal in Germany.
dd.mm.yyyy HH:MM:SS
time values should be 24h format.
Thanks in advance
Matthias
what formatstrings may I use to format the output of the calendar field.
I need settings usal in Germany.
dd.mm.yyyy HH:MM:SS
time values should be 24h format.
Thanks in advance
Matthias
Hi Matthias,
Here is the format for MySQL date:
You just need to change the order of the date pieces:
Best regards,
Max
Here is the format for MySQL date:
YYYY-MM-DD HH:mm:ss
You just need to change the order of the date pieces:
DD.MM.YYYY HH:mm:ss
Best regards,
Max
This topic is locked and no more replies can be posted.