dateFormatDate

converts a string in the default date format to a Date object

object dateFormatDate(string date);
datestringa date as a string in the default date format
objecta Date object

Example

var date = webix.i18n.dateFormatDate("16.02.2004");

Details

The default format is defined by the locale in use.

Back to top