I want to set the default time in grails rich ui plugin's dateChooser feature.
richui:dateChooser name="fromdate" value="${old?.fromdate}" format="dd.MM.yyyy" time="true"/>
I get the default time to be 00.00, How to set the default time an date if I want?