fullDateFormatDate

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

object fullDateFormatDate(string date);
datestringa date as a string in the default date-time format
objecta Date object

Example

var date = webix.i18n.fullDateFormatDate("16-02-2004 02:25");

Details

The default format is defined by the locale in use.

Back to top