Re: Giving wrong value for Date of month
You aren't saying what the type is for startDate and endDate.
If they are java.util.Date, I suggest looking ate the javadoc b/c the
method returns 0-11 and is also deprecated.
Richard
On Apr 23, 11:14 am, andy <andy.anand1...@gmail.com> wrote:
> int startMonth = startDate.getMonth();
> int endMonth = endDate.getMonth();
> giving wrong value ....
> what to do now?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home