I have a String that represents a date in French locale : 09-oct-08 : I need to parse that String so I came up with this SimpleDateFormat :
String format2 ...
I have a date format pattern: MMM yyyy And want that: if the month name is short cuted a dot is printed after the name. But if the month name is not ...
MMM yyyy