Change time format in fullcalender CGCalendar

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

Change time format in fullcalender CGCalendar

Post by Masweb »

Is there a way to change the time format in the fullcalendar to a 24 hours time.
Knipsel.PNG
Knipsel.PNG (4.17 KiB) Viewed 2100 times
I'm using CMSMS 2.1.3 and CGCalendar 2.1.1
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Change time format in fullcalender CGCalendar

Post by Rolf »

Google strftime
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

Re: Change time format in fullcalender CGCalendar

Post by Masweb »

Hi Rolf,

Tried that but looks likes it's not working on this javascript.

Other sugestions?
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Change time format in fullcalender CGCalendar

Post by velden »

Took me a while to find this one:

Inside the FullCalendar template add one option 'eventTimeFormat'

Code: Select all

...
dayNamesShort: {$datestrings.dayNamesShort},
     firstDay: {$firstdayofweek},
     eventTimeFormat: 'HH:mm',
     columnFormat: {
        month: 'ddd',
        week: 'ddd d/w',
        day: 'dddd d/M'
     },
...
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

[Solved] Re: Change time format in fullcalender CGCalendar

Post by Masweb »

YES!!! Thanks Velden. That's it :)
Post Reply

Return to “Modules/Add-Ons”