Replies: 2 comments 1 reply
-
|
I'll working on that, thanks for asking @jonogr . |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi there, I still like using this calendar, but any further thoughts on how I could use it twice in the same form? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I really like this calendar, nice work. Does it support two dates in one html form? Something like below, but this example only seems to enable the calendar on the enddate.
<script> const startdate = new Calendarify('.startdate', {quickActions: false}) startdate.init() const enddate = new Calendarify('.enddate', {quickActions: false}) enddate.init() </script>Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions