Issue 1461: Problem with the format hours on the calendar
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by paul.bo...@gmail.com, Jul 9, 2012
Hello,

I wanted to have the schedule on the calendar within 24 hours and displayed as: 14:30 for example.
I also wanted them to be displayed: 14:30 - 16:50.

So I set like this:
agenda: "HH: MM - HH: mm",
timeFormat: 'HH: mm',

But this only shows me the start time. (14:30) and not in the example: 14:30 - 16:50.

If I configure:
agenda: "HH: MM - HH: mm",

This shows me: 2:30 to 4:50

=> 12h

A bug?

Thanks

----------------------------------------------------------
Bonjour,

Je voulais avoir les horaires sur le calendrier en 24h et affichées comme cela : 14:30 par exemple.
Je voulais aussi qu'ils s'affichent : 14:30 - 16:50.

J'ai donc paramétré comme cela :
agenda: "HH:mm - HH:mm",
timeFormat: 'HH:mm',

Mais cela m'affiche uniquement l'heure de début. (14:30) et non pas dans l'exemple : 14:30 - 16:50.

Si je configure : 
agenda: "HH:mm - HH:mm",

Cela m'affiche : 2:30 - 4:50
=> format 12h

Un bug ?
Merci.
Jul 9, 2012
#1 paul.bo...@gmail.com
I found my problem.
Sorry :)

I do this :
timeFormat: {
	'': 'HH:mm',
	agenda: 'HH:mm{ - HH:mm}'
},

Thanks.
Aug 18, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid