Class Now
java.lang.Object
de.s42.base.date.Now
- Author:
- Benjamin Schiller
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
now
-
-
Constructor Details
-
Now
public Now() -
Now
-
-
Method Details
-
create
-
getYear
public int getYear() -
getYearAsString
-
getMonth
public int getMonth() -
getMonthTwoDigit
-
getDay
public int getDay() -
getDayOfWeek
public int getDayOfWeek() -
getDayOfWeekAsString
-
getDayOfWeekAsString
-
getDayTwoDigit
-
getHour
public int getHour() -
getMinute
public int getMinute() -
getSecond
public int getSecond() -
getMilliSecond
public int getMilliSecond() -
getUTC
public long getUTC() -
twoDigit
-
threeDigit
-
getIso
-
getIsoDateTime
-
getIsoDate
-
getIsoTime
-