var instance; // Type: wijmo.input.IFormatValidateLib; var returnValue; // Type: Date // Parameters var value; // Type: string var format; // Type: string var culture; // Type: string returnValue = instance.parseDate(value, format, culture);
Parameters
- value
- The string value to parse.
- format
- The date format to use. For more information about format keywords, please see Format Function Library.
- culture
- The culture that the parsing library uses.
Return Value
Returns a parsed date object.