L
laredotornado
Hi,
I'm using Java 1.5. How do I get a java.util.Date exactly one month
before today's date? I thought about converting todays date to
milliseconds and then subtracting a value, but not every month has the
same number of milliseconds.
- Dave
I'm using Java 1.5. How do I get a java.util.Date exactly one month
before today's date? I thought about converting todays date to
milliseconds and then subtracting a value, but not every month has the
same number of milliseconds.
- Dave