Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Nov 20, 2024
1 parent 975e2fa commit 72f2aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ dayjs().subtract(1, 'year').format()
// diff
dayjs().diff(dayjs().add(1, 'year'), 'year')

// isBefore
dayjs().isBefore(dayjs().add(1, 'year'))

0 comments on commit 72f2aa3

Please sign in to comment.