Link to home
Create AccountLog in
Avatar of Donnie Walker
Donnie WalkerFlag for United States of America

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').timepicker();

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
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Donnie Walker

ASKER

DOH!

Thanks!