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 3738cc1 commit 2c0d3a9Copy full SHA for 2c0d3a9
docs/demo/index.js
@@ -28,3 +28,6 @@ dayjs().isAfter(dayjs().subtract(1, 'year'))
28
29
// isSame
30
dayjs().isSame(dayjs())
31
+
32
+// isLeapYear
33
+dayjs().isLeapYear()
0 commit comments