parseDate

Parse a string date to an object

$(input).datebox('parseDate', <String format>, <String Date>);

This will use the DateBox formatter library to parse a string Date and return a JavaScript Date Object.

For more information on date format variables, see: Output Formats

Return Type

JavaScript Date Object