Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Date chooser shows the earlier date of selected date

    This is my application environment :
    Java 1.5, Smart GWT 2.1, GWT 2.1

    I have implemented a popup window to enter "add new" items screen. But the selected date from 'Show Date Chooser' is not showing correctly in the form, it shows the earlier date of selected date.My code is as follows,

    DateTimeItem dateItemDateOrdered = new DateTimeItem("dateOrdered", "DATE ORDERED");
    dateItemDateOrdered.setWidth(130);

    DateTimeItem dateItemDateWanted = new DateTimeItem("dateWanted", "DATE WANTED");
    dateItemDateWanted.setWidth(130);

    I use the date chooser in tabs, listgrids similarly, but there was no issue on those places.

    #2
    No known issues here and many people using the DateChooser successfully. If you think there's a bug, try creating a complete standalone test case demonstrating the issue.

    Comment

    Working...
    X