beetl 日期格式化,使用性能更好的 DataUtils 管理
This commit is contained in:
@@ -117,15 +117,15 @@ FNP.array = org.beetl.ext.fn.ArrayUtil
|
||||
FNP.dict = com.jeesite.common.beetl.ext.fn.DictUtil
|
||||
|
||||
##内置的格式化函数
|
||||
FT.dateFormat = org.beetl.ext.format.DateFormat
|
||||
FT.dateFormat = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
FT.numberFormat = com.jeesite.common.beetl.ext.format.NumberFormat
|
||||
FT.xss = com.jeesite.common.beetl.ext.format.XssFormat
|
||||
|
||||
##内置的默认格式化函数
|
||||
FTC.java.util.Date = org.beetl.ext.format.DateFormat
|
||||
FTC.java.sql.Date = org.beetl.ext.format.DateFormat
|
||||
FTC.java.sql.Time = org.beetl.ext.format.DateFormat
|
||||
FTC.java.sql.Timestamp = org.beetl.ext.format.DateFormat
|
||||
FTC.java.util.Date = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
FTC.java.sql.Date = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
FTC.java.sql.Time = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
FTC.java.sql.Timestamp = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
FTC.java.lang.Short = com.jeesite.common.beetl.ext.format.NumberFormat
|
||||
FTC.java.lang.Long = com.jeesite.common.beetl.ext.format.NumberFormat
|
||||
FTC.java.lang.Integer = com.jeesite.common.beetl.ext.format.NumberFormat
|
||||
|
||||
Reference in New Issue
Block a user