Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Luciano Schiavo
17
Views
1
Comments
[FullCalendar 2] problems if I supply date directly
Question
Forge
FullCalendar 2 (O11)
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)
}
Luciano Schiavo
Guys,
please, disregard this question. I have just found the CreateZuluDateTime that does that.
Thank you
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...