| Issue 1461: | Problem with the format hours on the calendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
Aug 18, 2013
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |
I found my problem. Sorry :) I do this : timeFormat: { '': 'HH:mm', agenda: 'HH:mm{ - HH:mm}' }, Thanks.