How to subtract X days from a date using Java calendar?

Anyone know a simple way using Java calendar to subtract X days from a date?

I have not been able to find any function which allows me to directly subtract X days from a date in Java. Can someone point me to the right direction?

11 Answers
11

Leave a Comment