Package org.cybergarage.http
Class Date
java.lang.Object
org.cybergarage.http.Date
public class Date extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Calendar
getCalendar()
String
getDateString()
int
getHour()
static Date
getInstance()
static Date
getLocalInstance()
int
getMinute()
int
getSecond()
String
getTimeString()
static String
toDateString(int value)
static String
toMonthString(int value)
static String
toTimeString(int value)
static String
toWeekString(int value)
-
Constructor Details
-
Method Details
-
getCalendar
-
getHour
public int getHour() -
getMinute
public int getMinute() -
getSecond
public int getSecond() -
getLocalInstance
-
getInstance
-
toDateString
-
toMonthString
-
toWeekString
-
toTimeString
-
getDateString
-
getTimeString
-