Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
In DateTimePicker.js i have
"jQuery('#" + m_DateTextBox.ClientID + "').mask('"+ (this.ShowTime ? "9999-99-99 99:99" : "9999-99-99") +"');"
The format can't be here. It must follow the language chosen for the logged user.
Hi,
did you manage to find a simple way to change the format of the date data type?I'm trying changing the code in
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco 4.9 - datetimepicker
In DateTimePicker.js i have
"jQuery('#" + m_DateTextBox.ClientID + "').mask('"+ (this.ShowTime ? "9999-99-99 99:99" : "9999-99-99") +"');"
The format can't be here. It must follow the language chosen for the logged user.
Hi,
did you manage to find a simple way to change the format of the date data type?
I'm trying changing the code in
Damjan
is working on a reply...