Skip to main content
Nintex Community Menu Bar
Solved

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

  • October 20, 2017
  • 3 replies
  • 167 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!

Best answer by lakshminarayana

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

3 replies

Forum|alt.badge.img+12
  • 848 replies
  • October 20, 2017

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


Forum|alt.badge.img+9

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


  • Author
  • 23 replies
  • October 23, 2017

Hi, Lakshmi C!

Thank you so much for your response!