GWTBootStrap3 DateTimePicker ShowRangeHandler missing

110 views Asked by At

It seems there isn't a method like showRangeHandler in the GWTBootstrap3 porting of the GWT DatePicker. There is a method ShowHandler but I can't figure out how to use it. I need to prevent the user's selection of a date before tomorrow. I've read some other discussions about that but all talk about this showRangeHandler which is missing in DateTimePicker.

1

There are 1 answers

1
Adam On

Use setStartDate to set earliest date that may be selected; all earlier dates will be disabled.