calendar-plugin
calendar-plugin copied to clipboard
A simple jQuery calander plugin to show and pick date and other stuff.
Hi @wrick17 ! If I set min/max dates range, the plugin still lets me choose any year/month in the year/month view. Example: ``` min: '2022-01-06', max: '2023-12-31', ``` I should...
Hi @wrick17, Is there a way to highlight multiple days? much like the `disabled` function where you can pass it a function to disable certain days like so: ``` disable:...
is it possible to show 30 days calendar from today's date. example: if today's date is 24 and it will end on 26.