We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cb2cf commit 8d5d521Copy full SHA for 8d5d521
docs/demo/index.js
@@ -1,3 +1,6 @@
1
import dayjs from 'dayjs'
2
// basic usage
3
dayjs().format()
4
+
5
+// parse
6
+dayjs('2018-08-08').format()
0 commit comments