(Quick Reference)

timeZoneSelect

Purpose

Helper tag to create HTML select tags for selecting from a list of time zones

Examples

// Create a timezone selector
<g:timeZoneSelect name="myTimeZone" value="${tz}" />

Description

Attributes

  • name (required) - The name of the select
  • value (optional) - An instance of java.util.TimeZone. Defaults to the time zone for the current Locale if not specified

Source