Fullcalendar not showing data

前端 未结 3 1620
萌比男神i
萌比男神i 2021-01-16 07:12

I\'m still a new programmer, and I have a problem getting this piece of code to work (that I got from here). It uses MySQL to store the data. I would like to understand all

3条回答
  •  广开言路
    2021-01-16 07:25

    Have you taken this fact into consideration that

    Month value is 0-based, meaning January=0, February=1, etc.

    http://arshaw.com/fullcalendar/docs/current_date/month/

    So '2014-02-05' will be 5th March.

提交回复
热议问题