I'm now developing gwt project that want to add month to the given date. gwt doesn't support Calendar class so how can I do this ? Date is in "dd.MM.yyyy"
format
public Date addMonth(Date d, int months){
}
mine implementation is so long that I need help. Thanks
[EDIT]
addMonth() means just add months to the given date's month. If it is 01.06.2010
adding 4 months is 01.10.2010
for 31 Jan and add 1 it will 28. Feb