for ( month in months ) {
            if ( typeof month === 'string' ) {
                m = months[ month ];
                if ( c.ignoreCase ) {
                    m = m.toLowerCase();