java jstl 时间格式_JSTL的时间格式化标签的使用

j2ee项目中的前台页面展示后台数据时,一般会使用el和jstl表达式,那么时间数据从后台取出时显示的是util.date类型的格式,怎么才能转为正常我们所看到的格式呢?

下面是一些jstl中的 时间转化器:

Library import and parameter capturing:

uri="http://java.sun.com/jstl/core"

%>

uri="http://java.sun.com/jstl/fmt"

%>

pattern="yyyy/MM/dd:HH:mm:ss>

var="isoDate"

pattern="yyyyMMdd'T'HHmmss">

The input parameters must match the patterns, or the JSP will

thrown an exception. This page does no error

handling.

Input parameters:

Date:

2004/04/01:13:30:00   Java

format: Thu Apr 01 13:30:00 CST 2004

isoDate:

20040531T235959

Java format: Mon May 31 23:59:59 CDT 2004

Dates

Tag Output

Attribute: value; required. Tag has no

body.

type="both"/>

2004-4-1 13:30:00

type="both"/>

2004-5-31 23:59:59

Attribute: type; optional. Indicates what to print: date, time, or

both.

type="date"/>

2004-4-1

type="time"/>

23:59:59

Attribute: dateStyle; optional. Varies the date

format.

dateStyle="default"/>

2004-5-31

dateStyle="short"/>

04-5-31

dateStyle="medium"/>

2004-5-31

dateStyle="long"/>

2004年5月31日

dateStyle="full"/>

2004年5月31日 星期一

Attribute: timeStyle; optional. Varies the time

format.

timeStyle="default"/>

23:59:59

timeStyle="short"/>

下午11:59

timeStyle="medium"/>

23:59:59

timeStyle="long"/>

下午11时59分59秒

timeStyle="full"/>

下午11时59分59秒 CDT

Attribute: pattern; optional. Inidcates date/time custom

patterns.

pattern="EEEE, MMMM d, yyyy HH:mm:ss

Z"/>

星期四, 四月 1, 2004 13:30:00

-0600

pattern="d MMM yy, h:m:s a zzzz

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值