I have a button that consolidated text from a form into a specific text format. One of the inputs to the form is a date and time picker where you enter the date and time an organization received a report. I’m trying to format the date into the following format Date Time Month Year (dd hhmm mmm yy) as an example, February 1, 2024 at 1:00 PM should look like 01 1300 Feb 24.
The current code I’m using is
Text(IncidentGallery.Selected.'HQs Notified DTG',"dd hhmm mmm yy")```
It returns the following text: 08 1418 18 24 (reference data is May 8, 2024 at 2:18PM). Everything is correct other than where the mmm is shows minutes rather than the month. Thoughts on where I'm going worng?
Tried listing mmm multiple ways, no change in the result.
New contributor
user111103 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.