Hi all,
I've successfully pointed to DateTimeField which days I want the
calendar to have enabled.
@SuppressWarnings("unchecked") @Override protected void configure(Map
widgetProperties) {
super.configure(widgetProperties);
Date minDate = new DateTime().plusDays(1).toDate();
SimpleDateFormat format = new SimpleDateFormat("MM/dd/yyyy");
widgetProperties.put("mindate", format.format(minDate));
}
Now, I have to do the same in *DateField*, but the constructor doesn't have
the configure method like I did in DateTimeField. I dont find the way to get
the same results.
I am using 1.3.6 version.
Do I have to ask for an enhancement?
Thanks in advance
--
Fernando Wermus.
www.linkedin.com/in/fernandowermus