You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to pass the date as moment('2017-11-22', 'YYYY-MM-DD'), moment('2017-11-22') or just '2017-11-22 for example, doesn't work, it always setup the today date as highlighted date.
Also changing the passed variable to a new date after an eventClick also doesn't change the highlighted day.
Is it a bug indeed, or am I passing a wrong format?
Trying to pass the
date
asmoment('2017-11-22', 'YYYY-MM-DD')
,moment('2017-11-22')
or just'2017-11-22
for example, doesn't work, it always setup the today date as highlighted date.Also changing the passed variable to a new date after an eventClick also doesn't change the highlighted day.
Is it a bug indeed, or am I passing a wrong format?
Code example:
Where
model.data.date
is the dates I mentioned beforeOr isn't it suppose to highlight the passed date in the calendar, just the today date?
The text was updated successfully, but these errors were encountered: