<input id="i_mt_autosend_time" class="ml-2 b_right2 rc_5 c_right7 fs_80 w_200" name="autosend_time" is="dmx-date-picker" timepicker=""
minutes-increment="60" dmx-bind:value="message_template.data.message_template.autosend_datetime" format="ddd d MMM h mm a" utc="true">
It allows me to pick a date and time, but when I click [Apply] the values I have selected are not shown and if I try to select the dates again I get a calendar full of NaN:
I have seen this before but could not solve it.
It has something to do with format I think.
A few days later, when I used date picker somewhere else, it worked fine with date format etc.
Try removing the attributes like format, utc, value etc in the tag and see which one makes a difference.
Probably you are using some wrong format there Antony, could be the value returned from the database in a wrong format - could be almost anyhing⌠Please provide a link where we can check this.
In your database you always store the correct datetime format, that;'s what the datepicker always sends to the serverside.
The date format in the datepicker is for the user only, how the users see the date.
As i explained i need a test link where i can check what you are doing exactly. I canât answer your question looking at a screenshot.