Skip to content

Commit 6b3c1f2

Browse files
committed
chore: update demo
1 parent 9f8c5eb commit 6b3c1f2

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
@@ -37,3 +37,6 @@ dayjs().isBetween(dayjs().subtract(1, 'year'), dayjs().add(1, 'year'))
3737

3838
// isSameOrAfter
3939
dayjs().isSameOrAfter(dayjs().subtract(1, 'year'))
40+
41+
// isSameOrBefore
42+
dayjs().isSameOrBefore(dayjs().add(1, 'year'))

0 commit comments

Comments
 (0)