no 0 in front of day, month or hour #1204
-
hi, I need for my symphony project the format:
if I select one digit day or one digit month or hour, like:
i get the error with my form field insert/update because the zero is not shown, like:
I can fix the day and month, but how can I fix the hour? Or is there a better way?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@TELLO0815 You have a choice of 3 formatter functions you could use, |
Beta Was this translation helpful? Give feedback.
-
👍 reaction so I am assuming this is solved. |
Beta Was this translation helpful? Give feedback.
@TELLO0815 You have a choice of 3 formatter functions you could use,
date
,time
ordatetime
. These all work just like your currentdate
formatting function buttime
returns the time anddatetime
returns both date and the time in the format you want them displayed.