I have the date format as "dd/MM/yyyy", i would like to convert this into MM DD, yyy an example:
10/10/1996 -> Oct 10, 1996
Also the other way around case:
Oct 10, 1996 --> 10/10/1996
I have been trying for 1+ hour but couldnt figure it out as i have never used a date formatter class, if anyone could help me it would be awesome, PL: java