• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Reformating date in Java w/ Calendar

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?
 
Back
Top