I have four entry fields from a search filter.
I was originally using g:datePicker
but it was not quite what I wanted, it was too slow to select the date from drop down boxes, so I decided it was better to use a simple grails text field and next to it a calendar image that would trigger the calendar.
I was trying to use the YUI Calendar, from the YUI Plugin, but I couldn't make it work correctly when formatting the date.
Any ideas on how to do this??
Like if you think about it is just the calendar image next to the text field that triggers the calendar and puts the clicked date in the desired format in the text field, but for some reason is more complicated than that.
Thanks in advance!