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

24h clock: 00:00 turned into 12:00 #98

Open
philonor opened this issue Sep 28, 2016 · 3 comments
Open

24h clock: 00:00 turned into 12:00 #98

philonor opened this issue Sep 28, 2016 · 3 comments

Comments

@philonor
Copy link

Problem:

Possible solution:
Move code into 12h if-block.

@daweedm
Copy link

daweedm commented May 10, 2017

First of all, thank you for your work ! @rajeshwarpatlolla
I'm facing the same issue here, any planned release fixing this issue ?

@philonor
Copy link
Author

philonor commented May 11, 2017

@daweedm https://github.com/rajeshwarpatlolla/ionic-timepicker/issues/80#issuecomment-231455076

if (config.format==12 && $scope.time.hours =='00'){
$scope.time.hours=12;
}

@daweedm
Copy link

daweedm commented May 11, 2017

I mean is the author of the plugin planning a release fixing this issue in the master branch ? It's not a very maintainable way to patch the code myself directly in the source code

daweedm added a commit to daweedm/ionic-timepicker that referenced this issue Jun 14, 2017
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

2 participants