How to limit the available Date ranges with the com.google.gwt.user.datepicker.client.DateBox
问题 I need to limit what Dates a user can pick from the com.google.gwt.user.datepicker.client.DateBox . I can't seem to figure out how to limit the min Date so they can't pick past dates. If I can't do this with com.google.gwt.user.datepicker.client.DateBox is there an alternative DateBox widget that will allow me this kind of flexibility? 回答1: Based on the suggestions I received, here is what I came up with that works on limiting the selectable dates to only the current day and after. This works