f:convertDateTime转换日期的时间问题

f:convertDateTime转换日期的时间问题

使用f:convertDateTime转换日期时,会出现时间的问题,显示出来的日期与实际日期相差8个小时,要加入timeZone="GMT+8"才可以正确的显示

<f:convertDateTime dateStyle="full" type="both" timeZone="GMT+8" locale="cn"/>

这样就可以正确的显示中文日期了.

Technorati : jsf

你可能感兴趣的:(f:convertDateTime转换日期的时间问题)