am

sets the default label for time before noon

array am;

Example

webix.i18n.am = ["am","AM"];
webix.i18n.setLocale();

Related samples

Details

You need to call setLocale to apply the new format settings

See also
Back to top