moment

steyu·2023년 2월 15일
0

When stringify moment, there is time difference
Solution
format

timeRange[0].startOf('day').format(DATE_FORMAT),
                dispatch(setTimeRange([moment(purchaseFirstApplyTime, DATE_FORMAT), moment().subtract(1, 'days')]));

0개의 댓글