From 49c889eea27fa2df86fd180c76db90795fc422e0 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 12 Jun 2018 14:07:53 +0800 Subject: [PATCH] no message Former-commit-id: 5d2e14eea813273c5b4b4c3188624e48ac7c1bbf Former-commit-id: 593f978832489c73187f7ce17a19e2aeda313346 Former-commit-id: a82579933079a36b903277aa1376a1d9205f2135 Former-commit-id: 05ea65c4d379ec32fd1681c061ba4b69b2ad08cc --- src/pages/demo/plugins/day/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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')}}