jquery - Full Calendar places all events to early -
Well, trying to work my whole calendars with Ajax and a database. All events related to all its workings have been shown an hour ago:
Example of Organizing:
{title: ", start: '2014/11/08 02: 00 ', end' 2014/11/08 09: 30 ', details:' ', id:' 10 '}
This event is displayed in one hour while viewing the calendar Started like this:
Start: 2014/11/08 01:00 end 2014/11/08 08:30
I saw my database and my source and output For the first time. (Starting at 02:00)
My calendar set with the following time format (The form of the site has been taken):
$ .fullCalendar.moment ('2014-05-01T12: 00: 00');
Why are my incidents happening an hour ago?
Confong request:
$ .fullCalendar.moment ('2014-05-01T12: 00: 00 '$' ('# Calendar'). Complete Calendar ({Header: {Left: 'Previous, Today's Next', Center: 'Title', Correct: 'Month, Agenda Wiic, Agenda Day}, Default view:' Agenda Vick ', Axis Format:' HH: mm, Timeframe: {Agenda: 'H: mm} - H: mm}'}, First: 8, Diff Date: date (), selectable: correct, format date: "", selectHaller: true, first day: 1, allDaySlot: wrong, height: 600, editable: true,
E. 2.1.1 using
If you need to keep your current timezone settings
'timezone': 'your timezone',
and backend for your fetching events PHP? some other? Format formats like this
{title: "event1", start: "2013-10-20T02: 00: 00 + 01: 00"} ^ ^ will always show as 2 : 00 | | Timezone offset will always be +01: 00
Comments
Post a Comment