Locale.getAbbrevMonthName

Overview | Methods | This Package | All Packages

Locale.getAbbrevMonthName

Retrieves the native abbreviated name for a specific month.

Syntax

public String getAbbrevMonthName( int month )

Parameters

month

An integer value that represents the month to retrieve the name for.

Return Value

Returns a String object that represents the native abbreviated name for month.

Remarks

Use this method to obtain the native abbreviated month name of the current locale for the month specified in the  month parameter. A value of 1 assigned to the month parameter returns the current locale's abbreviation for January.

See Also   getMonthName