-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Setting Time Format explicitly yields doubled time display #28
Labels
Comments
Try the latest version. The addition of moment has added much support for for date formats |
Same issue on the 2.0.1. When the 'data-format' is something like 'DD/MM/YYYY HH:mm', then the time is duplicated. Once for 24h format, and once for 12h format. |
this is fixed in |
thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Set pickDate to false, set data-format to "HH:mm PP"
The format still appends "hh:mm" after the other format to yield "03:45 PM 15:45"
I believe this is due to the format still appending the time even if the time is explicitly set by data-format
The text was updated successfully, but these errors were encountered: