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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -