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 6e83128 commit 1547bffCopy full SHA for 1547bff
docs/demo/index.js
@@ -46,3 +46,6 @@ dayjs().startOf('year').format()
46
47
// endOf
48
dayjs().endOf('year').format()
49
+
50
+// week
51
+dayjs().week()
0 commit comments