I have a string in the form MMM/dd/yyyy, ie. May/21/2010. Now I want to convert it to yyyyMMdd, ie. 20100521.
My code is:
public static void main(String[
use SimpleDateFormat(String pattern, Locale locale);
SimpleDateFormat(String pattern, Locale locale)