Creates a new DateTime object from a provided date string.
Namespace: MindFusion.Common
Assembly: Common.js
JavaScript
![]() |
---|
function fromDateString (dateString) |
Type: String
The date string to create the DateTime from.
Type: DateTime
The new DateTime object.
If a DateTime object was not possible to be created from the provided argument, the return value will be null.