philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
132 stars 95 forks source link

Change axis time format in calendar #137

Open mobileexpert1 opened 5 years ago

mobileexpert1 commented 5 years ago

Hello,

I am not able to change axis time format in calendar.

Thanks

philippfrenzel commented 5 years ago

hmm, did you check the documentation from fullcalender.io

mobileexpert1 commented 5 years ago

Yes, Its woking there in Fullcalendar with axisFormat. But not working in Yii2 I am providing the axisFormat in clientOptions like

'clientOptions' => [ 'defaultView' => 'agendaWeek',
'fixedWeekCount' => false, 'axisFormat'=> 'HH:mm',
'timeFormat'=> 'HH:mm' ]