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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -