jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

Unable to select date part

Open pastoolio opened this issue 7 years ago • 1 comments
trafficstars

I have a date / time field with a format similar to this:

2018-06-26 15:27:00

The seconds will always be 00. My issue is when I want to edit the date part I can't select a new date from the popup calendar, but the time can be selected and updates the field accordingly.

Here is my code: $('#frm_add_lead_email_reminder #sendon').datetimepicker({ dateFormat: "yy-mm-dd", timeFormat: "HH:mm:00", showAnim: "slide", stepMinute: 15 });

There are no errors or warnings being logged so I am not sure what I am doing wrong. Can someone please point me in the right direction?

Thanks a mil!

pastoolio avatar Jun 26 '18 13:06 pastoolio

I have now completely trimmed the 00 seconds part but I still can't select the date from the widget. The time sliders do update the time part but clicking on any date does nothing.

pastoolio avatar Jun 26 '18 13:06 pastoolio