Joget Calendar

Confluence User - 11 Jul, 2017

Hi 
Is their a way to show the time properly in Joget Calendar?

 

It is showing 1:10a instead of 1:10 am

 

Can we make it correct

calendar

3


11 Jul, 2017
confluenceUser
1
confluenceUser

i found the calendar plugin is using https://fullcalendar.io.

u can use the following script to set the format. Other formats can refer to https://fullcalendar.io/docs/utilities/date_formatting_string/.

$('#fullcalendar').fullCalendar('option', 'timeFormat', 'h(:mm)a');
11 Jul, 2017
confluenceUser
confluenceUser

Thanks Do you know where we can put it or we have to modify the Calendar Plugin ?

11 Jul, 2017
confluenceUser
confluenceUser

Thanks i figured out we can put in the HTML control of Calendar

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print