if ( this.local ) {
            return date1.getFullYear() === date2.getFullYear() && date1.getMonth() === date2.getMonth();
        } else {