We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee1c14 commit f23f56aCopy full SHA for f23f56a
docs/write-a-plugin.md
@@ -75,6 +75,8 @@ window.$docsify = {
75
76
```js
77
window.$docsify = {
78
+ // The date template pattern
79
+ formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
80
plugins: [
81
function(hook, vm) {
82
hook.beforeEach(function(html) {
0 commit comments