How do I take date as input and add 3 in selected date then set label with updated date in java swings? My date format is YYYY-MM-DD.
eg if I enter 2016-04-04 then change date to 2016-04-07 and set a label to it.
i Tried this . . gives me wring output. 1970-03-01 is ouput plz help