Anita44 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

How can I abbreviate the Month? #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can I make the month in the header to appear as Jan, Feb, Mar, etc?

Original issue reported on code.google.com by paulyoun...@gmail.com on 27 May 2010 at 3:31

GoogleCodeExporter commented 9 years ago
To answer my own question -

Change line 1158 from:
HEADER_FORMAT       :   'mmmm yyyy'

to:
HEADER_FORMAT       :   'mmm yyyy'

Original comment by paulyoun...@gmail.com on 27 May 2010 at 3:38

GoogleCodeExporter commented 9 years ago
Well answered!

Original comment by kelvin.l...@gmail.com on 27 May 2010 at 5:06