Solved

Is it possible to have a 24-hour time format output in Nintex Form?

  • 20 October 2017
  • 3 replies
  • 97 views

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!

icon

Best answer by lakshminarayana 20 October 2017, 10:09

View original

3 replies

Userlevel 4
Badge +12

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

Badge +9

Try to use formula like formatDate(Date,"MM/dd/yyyy HH:MM tt")

Hi, Lakshmi C!

Thank you so much for your response!

Reply