| Issue 59: | Minute bug in showTime | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Enter a time with minutes 2. Use showTime What is the expected output? What do you see instead? The exact time, I see just the hour, the minutes are never shown What version of the product are you using? On what operating system? 1.2.1 on Safari 4 MacOSX
Jul 13, 2009
That works great!
Jul 18, 2009
glad you got it to work. thanks thgreasi
Status:
Done
|
|
| ► Sign in to add a comment |
Try using this additional option: timeFormat: "H:i", What happens now? ps: your code should look like this now: $('#calendar').fullCalendar({ ..., timeFormat: "H:i", ... });