if ( this.local ) {
            ret.header = this.fullMonthNames[ dt.getMonth() + 1 ] + ' ' + dt.getFullYear();
            d = dt.getDay() % 7;
            e = this.getDaysInMonth( dt.getMonth() + 1, dt.getFullYear() );
        } else {