search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

start date and end date

Related article: Event Calendar Widget for JavaScript/PHP
Asked by vishal
5 years ago.

how to change hour start date and end date

Answer posted by Dan Letecky [DayPilot]
5 years ago.

You can use "startDate" to change the visible date range:
https://doc.daypilot.org/calendar/manual-date-switching/

The end date is calculated automatically, depending on the viewType value (https://doc.daypilot.org/calendar/view-types/). For viewType="Week", viewType="WorkWeek", and viewType="Day" it will match the selected range. For viewType="Days" it will use add the value of "days" property to the "startDate".

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.