1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      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');
      1. Jahan Zaib Yousaf

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

      2. Jahan Zaib Yousaf

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

      CommentAdd your comment...