博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jstl jsp long to date
阅读量:5077 次
发布时间:2019-06-12

本文共 288 字,大约阅读时间需要 1 分钟。

jsp 页面中使用jstl el 将long转换为时间类型,并格式化输出 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>

Date: ${myDate}

//时间格式化输出
//输出 2013-04-10 02:30:00

 

 

转载于:https://www.cnblogs.com/-lpf/p/4650839.html

你可能感兴趣的文章
Oracle常用SQL与练习
查看>>
spring注解
查看>>
python中random库的使用
查看>>
cheerio 服务器端的jquery
查看>>
心理 情绪
查看>>
vc中debug版本和release版本
查看>>
PCduino+LAMP(Linux Apache Mysql PHP)配置 web server
查看>>
java.sql.SQLException: Parameter index out of range (3 > number of parameters, which is 2).
查看>>
[转载(有删改)]单链表
查看>>
在数组中寻找出现次数大于N/K的数
查看>>
还在门外C++
查看>>
Java开发培训基础知识解析之反射机制
查看>>
位运算处理N皇后
查看>>
C#获取当前页面的url
查看>>
【leetcode】17. Letter Combinations of a Phone Number
查看>>
64位ubuntu 16.04 LTS安装搜狗输入法过程
查看>>
利用sfntly的sfnttool.jar提取中文字体
查看>>
tomcat8热部署配置--maven自动发布项目到tomcat8(如何支持远程访问部署)
查看>>
(2)Python索引和切片
查看>>
有关自动化构建gulp的搭建
查看>>