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 11e5744 commit 365f81dCopy full SHA for 365f81d
docs/demo/index.js
@@ -7,3 +7,6 @@ dayjs('2018-08-08').format()
7
8
// format
9
dayjs().format('YYYY-MM-DD')
10
+
11
+// locale
12
+dayjs().locale('zh-cn').format()
0 commit comments