Change the full-name representation
for the twelve month names for this date.
Syntax
public void set12MonthNames(String[] monthNames,
boolean resetShortMonth)
Parameters
monthNames
An array of String containing the twelve month names. The
first element is the first month of the year and the last element
is the last month of the year.
resetShortMonthNames
By default, the short month names are the first three characters
of the full month names. If this flag is set to true, the short month names will change based on the new full
month names. If it is set to false, this method will not change the short month names.
Return values
None.
Exceptions
DtpDateException - When the month names passed in are not exactly 12 names.