Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I think your having the same problem as I'm having. I've search the web trying to find out how to setup the DateTime so that the fullCalendar javascript will interpret it correctly. (This page had some good clues to that: <a href="http://blog.stevenlevithan.com/archives/date-time-format" rel="nofollow noreferrer">http://blog.stevenlevithan.com/archives/date-time-format</a>).</p> <p>I posted this on the fullCalendar issues page hoping that the creator or anyone else would shed some light on the subject.</p> <p>====================ISSUE DESCRIPTION====================</p> <p>What steps will reproduce the problem?</p> <ol> <li>Fetch events using JSON</li> <li>use this JSON string: </li> </ol> <p>&nbsp;</p> <pre><code>[{"id":2, "title":"title of 2","start":"2009-11-17T10:00:00" ,"end":"2009-11-17T11:01:00","url":"?eventID=2"}] </code></pre> <p>What is the expected output? What do you see instead?</p> <ul> <li>I expect that the event will show up in the calendar with start time 10:00 and end time 11:01.</li> <li>It show up as an all day event.</li> </ul> <p>What version of the product are you using? On what operating system?</p> <ul> <li>FullCalendar v1.4.1</li> <li>Windows XP</li> </ul> <p>Please provide any additional information below.</p> <p>I am using an aspx page for fetching the calendar events. My guess is that there is something wrong with the format of the JavaScript <code>DateTime</code> object that I'm returning in the <code>JSON</code> and that this is causing the <code>fullcalendar</code> to interpret the events as <code>fullDayEvents</code>. The format that I'm sending in the <code>JSON</code> is: <code>2009-11-17T11:01:00</code>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload