Skip to content

Commit 6c89703

Browse files
committed
chore: update demo
1 parent 45f8833 commit 6c89703

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/demo/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ dayjs().isLeapYear()
3434

3535
// isBetween
3636
dayjs().isBetween(dayjs().subtract(1, 'year'), dayjs().add(1, 'year'))
37+
38+
// isSameOrAfter
39+
dayjs().isSameOrAfter(dayjs().subtract(1, 'year'))

0 commit comments

Comments
 (0)