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
According the description of the Configuration parameters: events array of dates that you would like to differentiate from regular days (e.g. ['Sat Jun 28 2017', 'Sun Jun 29 2017', 'Tue Jul 01 2017',])
I can configure such a date;
But it does not work even if I provide exact the same string from the description:
$('.datepicker').pikaday({ ... events: ['Sat Jun 28 2017', 'Sun Jun 29 2017', 'Tue Jul 01 2017',], ... });
The text was updated successfully, but these errors were encountered:
According the description of the Configuration parameters:
events array of dates that you would like to differentiate from regular days (e.g. ['Sat Jun 28 2017', 'Sun Jun 29 2017', 'Tue Jul 01 2017',])
I can configure such a date;
But it does not work even if I provide exact the same string from the description:
$('.datepicker').pikaday({ ... events: ['Sat Jun 28 2017', 'Sun Jun 29 2017', 'Tue Jul 01 2017',], ... });
The text was updated successfully, but these errors were encountered: