码迷,mamicode.com
首页 > 其他好文 > 详细

GSP标签 - formatDate

时间:2020-07-06 16:37:44      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:message   oss   set   text   table   short   date   cal   style   

Purpose

根据 [SimpleDateFormat]格式化 java.util.Date 实例。

Examples

<g:formatDate format="yyyy-MM-dd" date="${date}"/>
<g:formatDate date="${date}" type="datetime" style="MEDIUM"/>
<g:formatDate date="${date}" type="datetime" style="LONG" timeStyle="SHORT"/>
<g:formatDate date="${date}" type="time" style="SHORT"/>

Description

  • date (必选) - 需要格式化的实例。
  • format (可选) - 格式。
  • formatName (可选) - 根据 i18n 文件配置的 default.date.format 来渲染格式,如果 format 和 formatName 都没指定,就使用 yyyy-MM-dd HH:mm:ss z
  • type (可选) - 指定显示 date 或者 time,如果设置了该项,format 和 formatName 都会失效。指定‘date‘仅显示日期,指定 ‘time‘ 仅显示时间,指定‘both‘/‘datetime‘显示日期和时间。
  • timeZone (可选) - 设置 timeZone。
  • locale (可选) - Force the locale for formatting.
  • style (可选) - Use default date/time formatting of the country specified by the locale. Possible values: SHORT (default), MEDIUM, LONG, FULL . See DateFormat for explanation.
  • dateStyle (可选) - Set separate style for the date part.
  • timeStyle (可选) - Set separate style for the time part.

GSP标签 - formatDate

标签:message   oss   set   text   table   short   date   cal   style   

原文地址:https://www.cnblogs.com/duchaoqun/p/13254999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!