calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Sat Jul 02, 2005 2:51 pm Post subject: |
|
|
Please go to the theme-name.js file, find the giMonthMode option and set it to 4 (using 4 chars for abbreviation). Then make sure the gMonths option has full month names (at least more than 3). e.g.
Code: | var giMonthMode=4;
var gMonths=["January","February","March","April","May","June","July","August","September","October","November","December"]; |
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|