Gets the previous visible date.
Namespace: MindFusion.Scheduling
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
get prevDate() {} |
DateTime. The previous visible date.
RemarksThe 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:
ExampleJavaScript
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