From 4235b265f91183514abea6315b8b6f985fc703b9 Mon Sep 17 00:00:00 2001 From: taiwan Date: Sat, 19 Feb 2022 10:41:42 +0800 Subject: [PATCH] filger文件函数修改 --- utils/filter.wxs | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/utils/filter.wxs b/utils/filter.wxs index c9c4bf0..c0ac8a6 100644 --- a/utils/filter.wxs +++ b/utils/filter.wxs @@ -248,6 +248,7 @@ var filters = { }; if(dateType === 1) { + currentDate = filters.format_time2(currentDate); if(o.begin_date && o.effective_date) { return o.begin_date + '至' + o.effective_date; }; -- libgit2 0.21.4