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