Hi
What is the best way to convert it the time from 12hr AM/PM format to 24hr format as the users are getting confused and incorrectly inputting AM/PM leading to challenges.
What is the best way then to represent this as a date and time picker in minute intervals for users.
Thank you.
Discussion posts and replies are publicly visible
I'm not sure I understand the question. Assuming you've got a date/time object (rule input, record field, etc.), the dataTimeField will display using AM/PM. You can use the text(.."hh:mm") function to display the value in 24hr format in a textField; see the documentation for the text function here.
Thanks for other users reference.
The time format is determined by the locale selected by the user:
If the user's locale is set to English US, the displayed time in a date and time component would be in a 12h format, whereas if it's set to English UK or Spanish, the user would see a 24 hours format.
docs.appian.com/.../Date_and_Time_Component.html