数据库日期类型数据java转化。
CommUtil为工具类
在页面转换数据库读出的日期格式 :
$!CommUtil.formatLongDate($!obj.lastLoginDate)在服务器端转换数据库读出的日期格式 :
CommUtil.formatLongDate(obj.getLastLoginDate())CommUtil为工具类
在页面转换数据库读出的日期格式 :
$!CommUtil.formatLongDate($!obj.lastLoginDate)在服务器端转换数据库读出的日期格式 :
CommUtil.formatLongDate(obj.getLastLoginDate())