Date time format

Status
This content is read-only, or is not open for further replies.

Andy.N

Guest
offline
I have the user enter this date 3/5/2024 and I use this two formats in template resulting in different date. Can anyone give me quick hint on how to format to show correct format?

<dd>{$application.AppFields.date_submitted.value}</dd> ==> this shows 2024-03-05. I need this to show as 3/5/2024
<dd>{$appFieldDateSubmitted.getFormattedFieldValue(templater())}</dd> ==> this shows 3/4/2024

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom