javascript - Change the Short/Long Month names used in the ExtJS Grid/DatePicker -
how go changing month names extjs grid/datepicker uses? need take array of month names passed function , assign manually.
any appreciated.
when create datepicker specify month names want use in monthnames property.
monthnames defaults to
monthnames : [ "january", "february", "march", "april", "may", "june", "july", "august", "september", "october", "november", "december" ]
Comments
Post a Comment