开发者

Specifiy date type used by fullcalendar

开发者 https://www.devze.com 2023-01-17 17:42 出处:网络
The date/time format fullcalendar uses is kind of weird.I want to specify during the created of the calendar or somewhere in the parameters a datetime of MM/DD/YYYY HH:MM PM/AM.Is there a way I can do

The date/time format fullcalendar uses is kind of weird. I want to specify during the created of the calendar or somewhere in the parameters a datetime of MM/DD/YYYY HH:MM PM/AM. Is there a way I can do this. I read about f开发者_运维知识库ormatdate, but didn't get any information about this


fullCalendar has "parseDate" and offers three methods: The string may be in ISO8601 format, IETF format, or a UNIX timestamp (in either integer or string form). Your "MM/DD/YYYY HH:MM PM/AM" seems not to match one of them.

0

精彩评论

暂无评论...
验证码 换一张
取 消