get12MonthNames()

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

Syntax

public String[ ] get12MonthNames() 

Return values

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

Examples

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

See also

set12MonthNames(), set12MonthNamesToDefault()

Copyright IBM Corp. 2004, 2005