From 7b1bc25442e9d340574b3ae463b079c2ae95899a Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 12 Jun 2018 13:58:24 +0800 Subject: [PATCH] no message Former-commit-id: 6ce049bb2f68b8bd2b5c134e1998f7f216e83aab Former-commit-id: f4dc5811e8c243ec39438f266fdd3636bb9a88de Former-commit-id: f1ac63385ea936bb705438762522f69c8d5a2d38 Former-commit-id: 39f31b022c66ea95a669e1294eeac554f5a39793 --- src/pages/demo/plugins/day/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/demo/plugins/day/index.vue b/src/pages/demo/plugins/day/index.vue index aa8f5d20..46741d4f 100644 --- a/src/pages/demo/plugins/day/index.vue +++ b/src/pages/demo/plugins/day/index.vue @@ -28,6 +28,8 @@ {{now.add(1, 'day').format()}} {{now.subtract(7, 'year').format()}} + {{now.startOf('year').format()}} + {{now.endOf('month').format()}}