diff --git a/src/pages/demo/plugins/day/index.vue b/src/pages/demo/plugins/day/index.vue
index 1dfe39cd..5b07e09c 100644
--- a/src/pages/demo/plugins/day/index.vue
+++ b/src/pages/demo/plugins/day/index.vue
@@ -5,7 +5,7 @@
当前时间
- {{now.format('YYYY MM DD')}}
+ {{now.format('YYYY年M月D日 HH:mm:ss')}}
获取
@@ -26,10 +26,10 @@
操作
- {{now.add(1, 'day').format()}}
- {{now.subtract(7, 'year').format()}}
- {{now.startOf('year').format()}}
- {{now.endOf('month').format()}}
+ {{now.add(1, 'day').format('YYYY年M月D日 HH:mm:ss')}}
+ {{now.subtract(7, 'year').format('YYYY年M月D日 HH:mm:ss')}}
+ {{now.startOf('year').format('YYYY年M月D日 HH:mm:ss')}}
+ {{now.endOf('month').format('YYYY年M月D日 HH:mm:ss')}}