Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to select date part #952

Open
pastoolio opened this issue Jun 26, 2018 · 1 comment
Open

Unable to select date part #952

pastoolio opened this issue Jun 26, 2018 · 1 comment

Comments

@pastoolio
Copy link

pastoolio commented Jun 26, 2018

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant