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 45f8833 commit 6c89703Copy full SHA for 6c89703
docs/demo/index.js
@@ -34,3 +34,6 @@ dayjs().isLeapYear()
34
35
// isBetween
36
dayjs().isBetween(dayjs().subtract(1, 'year'), dayjs().add(1, 'year'))
37
+
38
+// isSameOrAfter
39
+dayjs().isSameOrAfter(dayjs().subtract(1, 'year'))
0 commit comments