Initializes a new instance of the DateTime class.
Namespace: MindFusion.Scheduling
File: DateTime.js
JavaScript Copy Code |
---|
function DateTime (date) |
Date. A JavaScript Date object.
The following code creates a DateTime object with the value of the present date:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; var date = p.DateTime.today(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |