Hi, all is there any easy way( no complex conversion) to get a new Date of the next anniversary of a given Date ? e.g. from 12/13/2001 => 12/13/2002 Thanks.
Originally posted by Sylvia Wang: Hi, all is there any easy way( no complex conversion) to get a new Date of the next anniversary of a given Date ? e.g. from 12/13/2001 => 12/13/2002 Thanks.
here is a neat and quick way to convert it in your code:
the first getTime() returns a Date object, the second getTime() is on the returned Date object which returns a long...which is used in the constructor of java.sql.Date. Jamie
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.