-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
12:00 AM shown as 00:00 AM #80
Comments
Yes I have the same issue. When setting the input time to 0 it shows up as 00:00 AM and if I set it to 86400, 24_60_60, it shows up as 12:00 PM. Is there a different way to set it to midnight? |
paste this in line 117 (ionic-timepicker.provider.js) if (config.format==12 && $scope.time.hours =='00'){ |
<script src="lib/ionic-datepicker/ionic-datepicker.bundle.min.js"></script>
|
@rajeshwarpatlolla Can you merge this solution please. Thanks |
Fixed in v0.6.0 |
this is not right. it should be 00. now if I put inputTime to 0 I get 12 for the hours. then if I do nothing and press set the time it changes my time to 12pm :O |
No description provided.
The text was updated successfully, but these errors were encountered: