Retrieves the native long name for a specific month.
public String getMonthName( int month )
month
An integer value that represents the month to retrieve the name for. For example specifying a value of 1 will return "January".
Returns a String object that represents the native long name for the month specified by the month parameter.
See Also getAbbrevMonthName