converts a Date object to a string in the default date format
date | object | a Date object |
string | a date as a string in the default date format |
var text = webix.i18n.dateFormatStr(new Date());
The default format is defined by the locale in use.
Back to top