This page last changed on Feb 17, 2006 by graeme.rocher@gmail.com.
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()}" />
|