formatDate

Purpose

Allows the formatting of java.util.Date instances using the same patterns defined by the SimpleDateFormat class.

Examples

<g:formatDate format="yyyy-MM-dd" date="${date}"/>

Description

Attributes

Source

Show Source