Skip to main content

Hello all,


I am looking to format my datetime picker, so it shows the value in the format:


12-Feb-2014 16:20


Do you know if it's possible.  The format I'm currently working with is:


DD-MMM-YYYY hh:mm tt


This shows the value


12-Feb-2013 04:20 PM


Thanks in advance!

Hi,


To show the time in 24 hour, you need to change hh:mm to HH:mm


 


You can go into the properties of the control and then into Styles.


Under styles, you can go to custom and modify the appearance of the Date/Time.  When you submit the data it will format it differently, so just watch out for that.


If you want the user to select the date and time try the below approach.  To allow the user to adjust the time, you have to go into the settings > picker type:


 


14091i71D1C88F7C0428F6.png

Awesome, thanks both!!!!


Reply