Grails, datepicker, select date and hours/minutes separately -


i have domain class date. in generated view time date (hours, minutes) should set user. date planned separate selection default value (current day). possible grails datepicker?

here code view:

<g:datepicker name="start" precision="minute"  value="${dailybookinginstance?.start}"  /> 

is calendar-plugin way go or can realise grails?


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -