Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation-Problem with min-Date and start-Date #30

Closed
Chris8934 opened this issue Dec 31, 2018 · 1 comment
Closed

Navigation-Problem with min-Date and start-Date #30

Chris8934 opened this issue Dec 31, 2018 · 1 comment

Comments

@Chris8934
Copy link

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

GramThanos added a commit that referenced this issue Dec 31, 2018
@GramThanos
Copy link
Owner

Thanks for reporting it!
Patched 57e7b96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants