Hi,
I'm looking for a calendar component for my Grails app. I'm aware that Grails already has the g:datePicker
, but it's a bit primitive and not very visually appealing.
I've had a look on the contribute-a-tag page and in the grails plugin portals and there's a wide range of options. Rather than trying them all out, I'd be very grateful if anyone could recommend one in particular. My requirements are:
- Must allow selection of a date and time, e.g. 9AM on 24 March 2010
- Should be easy to bind to a domain object property of type Date and display any validation errors in UI
- I'd prefer something based on JQuery, but I'm open to alternatives.
I'm really just looking for something that will allow the user to easily choose a particular point in time, rather than a fully-featured calendar like JQuery Calendar.
Cheers, Don