public String getSeconds()
The string representing the seconds. The return value is between 00 and 59.
DtpDate toDay = new DtpDate(); System.out.println("Today is " + toDay.getDayOfMonth() + "/" + toDay.getNumericMonth() + "/" + toDay.getYear() + " " + toDay.getHours() + ":" + toDay.getMinutes() + ":" + toDay.getSeconds());