Hello everyone,
I am working on a form right now and I want the datetime field to have an output of HH:mm (24-hour time w/o the date) instead of mm/dd/yyy HH:mm (12-hour time w/ date). Is this possible in nintex forms using a formula? I am new to Nintex Forms and I have no idea on how to this one. Your help will be greatly appreciated. Thanks!
Solved! Go to Solution.
Hi,
in general you always have the opportunity to format dates / times with the FormatDate inline function.
Do you already use this?
I saw you're using mm/dd/yyy HH:mm as format string for the date. Try using mm/dd/yyy hh:mm (small h), which should return time in 24h format.
Best regards
Enrico