vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
1.23k stars 108 forks source link

starting date #290

Closed NikitaSchreyder closed 3 months ago

NikitaSchreyder commented 3 months ago

hi, how can I set the date from which to start showing? for example, I need to show data from 06/04 to 06/13 i use resourceTimelineMonth

vkurko commented 3 months ago

The currently displayed date is set by the date option. If you want to limit the displayed dates so that you cannot navigate the calendar to other dates, then there is no such option yet, check here.