I want to do something like:

Date date = new Date(); // current date
date = date - 300; // substract 300 days from current date and I want to use this "date"

How to do it?

10 Answers
10

Leave a Reply

Your email address will not be published. Required fields are marked *