1

I have implement fullcalendar, I have interval of 10 minutes, it works fine in English version but Persian version is not displaying interval correctly, Please view the below screen short, if you see is not showing .30 for second slot, same issue for all slots, is any on know the fix for this?

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
Kamran Sohail
  • 602
  • 7
  • 13

1 Answers1

2

I am able to solve my issue, thanks you this post, FullCalendar SlotDuration 24:00 and weekNumbers: true alters date formatting

slotDuration: "00:10:00",
slotLabelFormat: [
'[Week] W',
        'hh:mm'
],
Kamran Sohail
  • 602
  • 7
  • 13