My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 59: Minute bug in showTime
2 people starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jul 2009


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting