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