pm

sets the default label for time after noon

array pm;

Example

webix.i18n.pm = ["pm","PM"];
webix.i18n.setLocale();

Related samples

Details

You need to call setLocale to apply the new format settings

See also
Back to top