| Methods | |
| int |
getDay() Returns the day [1,2,...31]. |
| int |
getMonth() Returns the month [1,2,...12]. |
| int |
getYear() Returns the year. |
| int |
getHour() Returns the hour [0,1,...23]. |
| int |
getMin() Returns the minute [0,1,2,...59]. |
| int |
getSec() Returns the second [0,1,2,...59]. |
| String |
getDate() Returns a String that represents the date [dd/mm/yyyy]. |
| String |
getDateM() Returns a String that represents the date [Mmm dd, yyyy]. |
| String |
getTime() Returns a String that represents the time [hh:mm]. |
| String |
getTimeSec() Returns a String that represents the time [hh:mm:ss]. |
| Example | |
| api_WDateTime.java | |