This page last changed on Feb 17, 2006 by [email protected].

Tag - datePicker

Description

Creates a date picker which renders as selects for the day,month,year,hour and second of the day.

Parameters

  • name (required) - The name of the date picker field set
  • value (optional) - The current value of the date picker, defaults to now if not specified.

Examples

Example usages:

<g:datePicker name="myDate" value="${new Date()}" />
Document generated by Confluence on Mar 29, 2006 08:46