Returns a copy of the current DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
Syntax
ExampleThe 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 |
See Also