Documentation

fullDateFormat

sets the default locale date-time format

string fullDateFormat;

Example

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

See also

Details

You need to call setLocale to apply the new format settings

Back to top