Donnie Walker
asked on
How do I get 12 hour time and AM/PM with this jquery?
I have found this cool time picker:
http://trentrichardson.com/examples/timepicker/
and under the example for a single timepicker this code:
$('#basic_example_2').time picker();
However, from the examples I cannot figure out how to make it do 12 hour time and add the AM/PM. Nothing I try works.
Any help would be appreciated.
http://trentrichardson.com/examples/timepicker/
and under the example for a single timepicker this code:
$('#basic_example_2').time
However, from the examples I cannot figure out how to make it do 12 hour time and add the AM/PM. Nothing I try works.
Any help would be appreciated.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks!