Gets the date of this view.
Namespace: MindFusion.Common.UI
File: DateTimeView.js
JavaScript Copy Code |
---|
get date() {} |
Date. A JavaScript Date instance.
The following code checks if the month of the Date of a dateTimeView is december.
JavaScript Copy Code |
---|
if(dateTimeView.date.getMonth() == 11) { //do something } |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |