1

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?

zade
  • 165
  • 3
  • 14

1 Answers1

0

there is no default setting for time right now in dateChooser .

you could modify the plugin or add some javascript to drop in a default time

nate_weldon
  • 2,289
  • 1
  • 26
  • 32