public String getHours()
The string representing the hour value which will be between 00 and 23.
DtpDate toDay = new DtpDate(); String hours = toDay.getHours();