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 selectvalue
(optional) - An instance ofjava.util.TimeZone
. Defaults to the time zone for the currentLocale
if not specified