fullDateFormatStr

converts a Date object to a string in the full-date format

string fullDateFormatStr(Date date);
dateDatea Date object
stringa time as a string in the full-date format

Example

var text = webix.i18n.fullDateFormatStr(new Date());

Details

The default format is defined by the locale in use.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.