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
if you set an min-Date and start-Date which is not the first day of month, i could not navigate back to the first month. Example: If i set this two dates to 2/05/2018 and navigate to June, i could not navigate back to may. If i set it to 1/05/2018 it works like expected.
Hi,
if you set an min-Date and start-Date which is not the first day of month, i could not navigate back to the first month. Example: If i set this two dates to 2/05/2018 and navigate to June, i could not navigate back to may. If i set it to 1/05/2018 it works like expected.
var calendar = jsCalendar.new(document.getElementById("calendar"), "2/05/2018" , {monthFormat : "month YYYY", language: "de", min: '2/05/2018', max: '31/12/2018', firstDayOfTheWeek : '2' });
Not such a big problem, just in case somebody needs a wokaround set the dates to 1/m/Y
The text was updated successfully, but these errors were encountered: