How can serve a string as a date and reduce 2 day, after that return the result as an string ?
Just similar to the title example? Thanks
This is some related code but it seems deduct from current date and not output as a string like e.g. 20140308, thanks
Calendar calendar = Calendar.getInstance();
calendar.add(Calendar.DATE, -2);