Retrieves the native abbreviated name for the specific day of the week.
public String getAbbrevDayName( int day )
day
An integer value representing the day of the week to retrieve the name for.
Returns a String object that represents the native abbreviated name for day.
Use this method to obtain the abbreviated day name in the current locale for the day number specified in the day parameter. A zero value assigned to day returns the current locale's abbreviation for Monday.
See Also getDayName, getFirstDayOfWeek, Days