Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a timepicker that works correctly, except in the case that I want to put 00:00.

If I have the timepicker opened (default 00:00 as hour) and click ok, it does not put 00:00 on the input field. However if I move the bar and set it to 00:00 it works.

I understand the problem, however I'm not sure how to modify the timepicker or what to do to make it work well.

share|improve this question
3  
you'll at least have to tell which timepicker you're using – Andy Sep 9 '11 at 10:09
chances are that it's displaying 00:00, but doesn't have a value set by default. It's a workaround, but could you add a check on the ok click for a null value, and assign it a value of 00:00 instead? – Warren Sergent - spakatak.com May 9 '12 at 11:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.