subtractMonth() {
            // get next date
            const calTime = getPrevDate(get(this, 'calendarDate'));

            if (!this.isBeforeMin(calTime)) {