| Issue 322: | Unix Timestamp Not Displaying (Agenda Day View) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hey all,
I'm using v1.4.3, any ideas on why my JSON events are not being displayed.
My events are currently stored in MySQL as Unix Timestamps. Here's what
the page is returning:
{"id":"440",
"start":1265659200,
"end":1265660100,
}
So, I would think that these Unix Times would display on the calendar.
However, these are showing up as allDay events?
Any ideas?
Feb 4, 2010
#1
yiqiang%...@gtempaccount.com
Feb 5, 2010
Thanks for the reply. I tried modifying my unix time to the following format:
{"id":"440","start":"2010-02-05T10:30:00","end":"2010-02-05T11:30:00"}
as well as
{"id":"440","start":"2010-02-05 10:30:00","end":"2010-02-05 11:30:00"}
But there are still showing up as "All Day" items in the Agenda Week View and Agenda
Day View.
Any ideas what I may be doing wrong?
Feb 6, 2010
allDay needs to be set to false for each event http://arshaw.com/fullcalendar/docs/event_data/Event_Object/
Status:
Done
Feb 6, 2010
Thanks Adam, got it all squared away now. |
|
| ► Sign in to add a comment |