isequal dayjs code example
Example 1: isequal dayjs
dayjs().isSame(dayjs('2011-01-01')) // default milliseconds
Example 2: isequal dayjs
dayjs().isSame('2011-01-01', 'year')
dayjs().isSame(dayjs('2011-01-01')) // default milliseconds
dayjs().isSame('2011-01-01', 'year')