Gets the new visible date.
Namespace: MindFusion.Scheduling
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
get newDate() {} |
DateTime. The new visible date.
ExampleThe following code handles the visibleDateChanged event with a method that loads JSON data for the calendar from an url. The method loads the url based on the newly loaded month:
JavaScript
Copy Code
|
|---|
// handle the visibleDatechanged event to load the corresponding data when the calendar month is changed function getData(sender, args) fetch(url) |
See Also