fullDateFormat

sets the default locale date-time format

string fullDateFormat;

Example

webix.i18n.fullDateFormat = "%d-%m-%Y %H:%i";
webix.i18n.setLocale();

Related samples

Details

You need to call setLocale to apply the new format settings

See also
Back to top