Hi
Im using chronoforms 3 and in one form im using a datepicker. The format of the time in the field is hh:mm:ss, how can i change that?
I found this post: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=26&t=22765
But couldnt find a solution.
Thx for your help!
Im using chronoforms 3 and in one form im using a datepicker. The format of the time in the field is hh:mm:ss, how can i change that?
I found this post: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=26&t=22765
But couldnt find a solution.
Thx for your help!
Hi leuchteritsol,
You can use the Custom Datepicker action mentioned in that post; or for the date format you can set it in the DatePicker options on the form General tab (click the form name link in the Forms Manager to open it). For the MooTools datepicker the entry should be something like this
Bob
You can use the Custom Datepicker action mentioned in that post; or for the date format you can set it in the DatePicker options on the form General tab (click the form name link in the Forms Manager to open it). For the MooTools datepicker the entry should be something like this
format: '%d-%m-%Y %H:%M:%S'
but with the format string that you need.Bob
This topic is locked and no more replies can be posted.