From 9b06ebea1fb405968078054e30e351bc8da3cf3b Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 26 Sep 2019 09:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20${time(date)}=20=E5=87=BD?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E8=BF=94=E5=9B=9E=20Date=20=E7=9A=84=20getTi?= =?UTF-8?q?me()=20=E6=96=B9=E6=B3=95=E5=80=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/beetl-core.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index f2a2b137..4353b37a 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -99,6 +99,7 @@ FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie FN.lang = com.jeesite.common.beetl.ext.fn.Lang FN.text = com.jeesite.common.beetl.ext.fn.Text +FN.time = com.jeesite.common.beetl.ext.fn.Time ##内置的功能包 FNP.strutil = org.beetl.ext.fn.StringUtil