Hi,
I am trying to do a date calculation on the client side.
Whenever a field changes, I need to add it's value to a DateItem.
For example:
my dateitem has the value of 15/07/2009 and my integeritem is 10.
the new dateitem value should become 25/07/2009.
I was able to do that in gwt-ext using the DateUtil.add method.
Is there any way to do this in SmartGWT?
Thank you,
I am trying to do a date calculation on the client side.
Whenever a field changes, I need to add it's value to a DateItem.
For example:
my dateitem has the value of 15/07/2009 and my integeritem is 10.
the new dateitem value should become 25/07/2009.
I was able to do that in gwt-ext using the DateUtil.add method.
Is there any way to do this in SmartGWT?
Thank you,
Comment