Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Grails-Calendar 1.0.1
-
Fix Version/s: Grails-Calendar 1.1.0
-
Component/s: None
-
Labels:None
Description
It's necessary change the format of parameters in datePicker, to allow auto binding with constructor DomainClass(params) or DomainClass.properties = params.
Current way only bind the Date, and with format mm/dd/yyyy ( in calendar format %m/%d/%Y ).
This binding also should works inversely, to show current date in datePicker.