Issue 59: Minute bug in showTime
Status:  Done
Owner: ----
Closed:  Jul 2009
Reported by rierar...@gmail.com, Jul 12, 2009
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
#1 thgre...@gmail.com
Try using this additional option:
timeFormat: "H:i",

What happens now?
ps: your code should look like this now:
$('#calendar').fullCalendar({
	...,
	timeFormat: "H:i",
	...
});
Jul 13, 2009
#2 rierar...@gmail.com
That works great!
Jul 18, 2009
Project Member #3 adamrs...@gmail.com
glad you got it to work. thanks thgreasi
Status: Done