get12ShortMonthNames()

Return the current short-name representation of the twelve months for this date.

Syntax

public String[ ] get12ShortMonthNames() 
 

Return values

An array of String objects containing the effective short names of the twelve months.

Examples

DtpDate toDay = new DtpDate();
 String[] toDay.get12ShortMonthNames();
 

See also

set12ShortMonthNames(), set12ShortMonthNamesToDefault()

Copyright IBM Corp. 2003