public String getNumericMonth()
The string in the numeric form for the month, such as 01, 02, and so on.
DtpDate toDay = new DtpDate(); System.out.println("Today is " + toDay.getDayOfMonth() + "/" + toDay.getNumericMonth() + "/" + toDay.getYear() + " " + toDay.getHours() + ":" + toDay.getMinutes() + ":" + toDay.getSeconds());