Date time format

  • Thread starter Thread starter Andy.N
  • Start date Start date

Andy.N

Guest
Member
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...

Continue reading...
 
Top