17
Views
1
Comments
[FullCalendar 2] problems if I supply date directly 
Question
fullcalendar-2
Web icon
Forge asset by João Grazina
Every time I try to supply the exact date the calendar does not appear.  Someone know how I can do that ? See example below of how I would like to use.
                {
                    title: 'All Day Event',
                    start: new Date(2016,2, 1)
                }
So, I always have to use the format below and I must calculate the difference of months for the tasks I have schedulled. This is not practical.
                {
                    title: 'All Day Event',
                    start: new Date(y, m+1, 1)
                }
2014-10-08 20-03-52
Luciano Schiavo
Guys,
   please, disregard this question. I have just found the CreateZuluDateTime that does that.

Thank you
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.