converts a string in the long date format to a Date object
date | string | a date as a string in the long-date format |
object | a Date object |
var date = webix.i18n.longDateFormatDate("Monday, 16 February 2004");
The default format is defined by the locale in use.
Back to top