Reformating date in Java w/ Calendar

Syringer

Lifer
Aug 2, 2001
19,333
3
71
So I have a string in the format of mm/dd/yyyy, that is then converted into a "Date", manipulated, and spits another Date that's 30 days into the future--and then that's converted into a string of the same format.

What I want to do now is take those strings/Dates, and convert them into the string format of yyyy-mm-dd.

How would I go about it?