-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for min - max date #4
Comments
Hi, |
Also I apologize if I polluted your other branch, I'm new to GitHub, and to more complex JS |
Dont worry about where you post. It is just easier to track issues when they are in separate issues threads. Yes. I will implement it. |
Implemented and is now live on developer version v1.4-beta.2 for testing. <div class="auto-jsCalendar"
data-date="01/02/2017"
data-min="01/01/2017"
data-max="01/03/2017"></div> Full example on "/examples/parameters min-max.html" file. |
Excellent, thanks, will test it. Cheers!
… Le 28 août 2017 à 03:27, Grammatopoulos Athanasios-Vasileios ***@***.***> a écrit :
Implemented and is now live on developer version v1.4-beta.2 for testing.
<div class="auto-jsCalendar"
data-date="01/02/2017"
data-min="01/01/2017"
data-max="01/03/2017"></div>
Full example on "/examples/parameters min-max.html" file.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AE299fqhKvubrDMnScvbQHn8Wgy-Z1gjks5schd1gaJpZM4OuMVa>.
|
Sorry mate, but how can I access the beta, cause I always get the 1.3 version |
Check if you get the correct version from here: |
Thanks mate!
… Le 6 sept. 2017 à 14:00, Grammatopoulos Athanasios-Vasileios ***@***.***> a écrit :
Check if you get the correct version from here:
https://github.com/GramThanos/jsCalendar/releases/tag/v1.4-beta.2 <https://github.com/GramThanos/jsCalendar/releases/tag/v1.4-beta.2>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AE299derkrOxBnxoFLJdjvAhOe3h-vyxks5sfolMgaJpZM4OuMVa>.
|
Suggested by @crist-y
So, if I understand correctly, you want the calendar to be limited inside a date range.
The text was updated successfully, but these errors were encountered: