map_start
Description
Sets the date to start displaying events from
map_start: Date
Example
scheduler.config.map_start = new Date(2012, 7, 1);
scheduler.config.map_end = new Date(2014, 7, 1);
...
scheduler.init('scheduler_here', new Date(2013, 0, 10), "map");
Default value: the current user's date
Applicable views: Map view
Related samples
Details
note
The property requires the map_view plugin to be activated.
Related API
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.