public String getDayOfMonth()
The string representing the day of the month, such as 01, 20, 30, and so on.
DtpDate toDay = new DtpDate(); String dayOfMonth = toDay.getDayOfMonth();
getIntDay()