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 53dbe26 commit da1f893Copy full SHA for da1f893
docs/demo/index.js
@@ -25,3 +25,6 @@ dayjs().isBefore(dayjs().add(1, 'year'))
25
26
// isAfter
27
dayjs().isAfter(dayjs().subtract(1, 'year'))
28
+
29
+// isSame
30
+dayjs().isSame(dayjs())
0 commit comments