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 8d5d521 commit 9635a93Copy full SHA for 9635a93
docs/demo/index.js
@@ -4,3 +4,6 @@ dayjs().format()
4
5
// parse
6
dayjs('2018-08-08').format()
7
+
8
+// format
9
+dayjs().format('YYYY-MM-DD')
0 commit comments