Return the current names for the seven days in the week for this date.
Syntax
public String[ ] get7DayNames()
Return values
An array of String objects containing the effective names for the seven days of the week.
Examples
DtpDate toDay = new DtpDate(); String[] toDay.get7DayNames();
See also