add(value, type) {
        const date = this.get('date');
        date.add(value, type);

        if(!_time.isDateAfter(date, this.get('maxDate'))) {