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 02b7a5c commit 45bf6a3Copy full SHA for 45bf6a3
docs/demo/index.js
@@ -49,3 +49,6 @@ dayjs().endOf('year').format()
49
50
// week
51
dayjs().week()
52
+
53
+// weekday
54
+dayjs().weekday()
0 commit comments