Returns a copy of the current DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
The following code creates a new item for a birthday celebration that lasts one day:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; var date = p.DateTime.today(); // create a new item |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |