Return the day of the month for this date.
Syntax
public String getDayOfMonth()
Return values
The string representing the day of the month, such as 01, 20, 30, and so on.
Examples
DtpDate toDay = new DtpDate(); String dayOfMonth = toDay.getDayOfMonth();
See also