DataType Utility: DataType.Date.parse()
The Date module of the DataType Utility allows you to take a data value and convert it to a number. The parse() method will accept any value supported by JavaScript's Date() constructor.
To convert a data value to a date, simply call the parse() function of the DataType.Date class:
Date() constructor:
