-
Notifications
You must be signed in to change notification settings - Fork 167
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
Datetime value is not considering meridian #198
Comments
You got an example? Plunkr? |
Only thing I noticed in the original question is that actual attr with format used is Maybe @isaacfi can try this format |
No the issue is not solved using the datetime-picker="dd/MM/yyyy HH:mm a" because HH indicates 24 hours format. |
Okay, but based on your original question I understood that you want 24 hours format? Can you create Plunkr as @Gillardo stated earlier? |
When I use this format in directive: datetime-picker="dd/MM/yyyy hh:mm a" It doesn't consider meridian in Datetime value. If the value is: 09/02/2016 02:12 p.m the value is 09/02/2016 02:12 insted of 09/02/2016 14:12.
The text was updated successfully, but these errors were encountered: