We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975e2fa commit 72f2aa3Copy full SHA for 72f2aa3
docs/demo/index.js
@@ -20,3 +20,5 @@ dayjs().subtract(1, 'year').format()
20
// diff
21
dayjs().diff(dayjs().add(1, 'year'), 'year')
22
23
+// isBefore
24
+dayjs().isBefore(dayjs().add(1, 'year'))
0 commit comments