DateFormatSymbols setShortMonths() Method in Java with Examples
The setShortMonths(String[] newShMonth) Method of DateFormatSymbols class in Java is used to set the short names of the months of the calendar in string format into some different strings. For eg., âJanâ can be changed to "FEB", âJUNâ can be changed to "GEEK" etc. Syntax: public void setShortMonths(