Setting date format in DateTime Helper widget
Permalink
Hi
does anybody know how set the date format in this widget
I tried with
define('DATE_APP_GENERIC_MDY', 'j/n/Y');
in site.php but doesen't work moreover freeze my site. In other words I wish this web calendar will show '20/11/2020' instead of '2020-11-20' even if the second is ready to be stored in a DB date field
Thanks
does anybody know how set the date format in this widget
I tried with
define('DATE_APP_GENERIC_MDY', 'j/n/Y');
in site.php but doesen't work moreover freeze my site. In other words I wish this web calendar will show '20/11/2020' instead of '2020-11-20' even if the second is ready to be stored in a DB date field
Thanks
Hi iddue,
I am not sure about your issue, but the below given link may help you
http://www.concrete5.org/documentation/developers/forms/concrete5-w...
Go through the Date Time section
Good luck !!!
I am not sure about your issue, but the below given link may help you
http://www.concrete5.org/documentation/developers/forms/concrete5-w...
Go through the Date Time section
Good luck !!!
Translate method seem does 't work... poor docs .... the JQuery web calendar is so nice, more than three drop down list box with day, month, year but without some example is not pratical. I think the best way is use the LOCALE var in the site.xml
Unfortunately I'm not sure *how* exactly to use it (I've never used this helper widget before).