Closed GoogleCodeExporter closed 8 years ago
For timeFormat use 'HH:ii' instead of 'hh:ii'. HH is for 24 hour format, hh is
for 12 hour format. It looks like it's not included in the docs, but I will fix
it.
Original comment by diosla...@gmail.com
on 3 Jan 2012 at 7:37
timeFormat string is now documented
Original comment by diosla...@gmail.com
on 3 Jan 2012 at 9:07
this is my problem to and its not solved by using HH ! thats my code :
$('#o2end').scroller({ preset: 'datetime' , dateFormat: 'yy-mm-dd' , timeformat: 'HH : ii', ampm: false});
i want to save the value as a datetime in mysql , but Am/pm is not supported
there ! what can i do ?
Original comment by jhi...@gmail.com
on 29 Apr 2012 at 8:46
Use timeFormat instead of timeformat, javascript variables are case sensitive.
Original comment by diosla...@gmail.com
on 29 Apr 2012 at 10:01
Original issue reported on code.google.com by
rtenkloo...@gmail.com
on 28 Dec 2011 at 6:09