Hi Chris, you can use the gwt-ext and use the DateField that have a
date picker very good, and after you do
DateField dateField1 = new DateField();
DateField dateField2 = new DateField();

Date start=dateField1.getValue();
Date end=dateField2.getValue();

if you want put a range in the select date
        dateField.setMinValue(minValue);
        dateField.setMaxValue(maxValue);

On 20 ago, 14:47, Chris <[email protected]> wrote:
> I'm new to GWT and am putting a first GWT app together.  Question -
> when using the DatePicker widget,  what code, if any, is needed to
> allow the user to select a range of dates?  The follow question is how
> to I detect the selected date range using the API?
>
> Any insight is appreciated...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to