DateFormatSymbols getShortWeekdays() Method in Java with Examples
The getShortWeekdays() Method of DateFormatSymbols class in Java is used to get the short names of the weekdays of the calendar in a string format. For eg., "Sun" for Sunday, "Mon" for Monday etc. Syntax: public String[] getShortWeekdays() Parameters: The method does not take any parameters. Return