Return the day of the week for this date.
Syntax
public String getDayOfWeek()
Return values
A string indicating day of the week, such as Monday, Tuesday, and so on.
Examples
DtpDate toDay = new DtpDate(); String dayOfWeek = toDay.getDayOfWeek();
See also