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 72f2aa3 commit 9a51b6dCopy full SHA for 9a51b6d
docs/demo/index.js
@@ -22,3 +22,6 @@ dayjs().diff(dayjs().add(1, 'year'), 'year')
22
23
// isBefore
24
dayjs().isBefore(dayjs().add(1, 'year'))
25
+
26
+// isAfter
27
+dayjs().isAfter(dayjs().subtract(1, 'year'))
0 commit comments