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