month: dayjs()

in packages/bui-core/src/Calendar/Calendar.tsx [291:303]


          month: dayjs(month).format(headerBarFormat),
        });
      }
    };

    /**
     * 切换下一个月
     */
    const onClickNext = (e) => {
      if (!isMaxMonth) {
        const month = dayjs(renderMonth).add(1, 'month').toDate();
        setRenderMonth(month);
        onMonthChange?.(e, {