Hi,

I am trying to do some date calculations on GWT-ext client side.

I have two DateFields and a NumberField.
The first datefield fdate is the original date and the second
datefield sdate is the date after the number of days specified in the
numberfield, nDays.

Basically, I need:
sdate.value = fdate.value + nDays.

I searched in the group and found this link:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/6614f6728202c1ba/6e6e625db375cf0a?lnk=gst&q=adding+day+to+date#6e6e625db375cf0a

I prefer not to use deprecated methods and the other solution of
converting to long time seems that it does not work with a huge set of
dates.

Are there any other suggestions or newly created classes that
manipulate dates on GWT client side like the Calendar which is used in
java.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to