public abstract class Moments extends Object
| Constructor and Description |
|---|
Moments() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
now()
Return a
Date instance representing now down to millisecond accuracy |
static DayMonthYear |
today()
Return a
DayMonthYear instance representing today |
static DayMonthYear |
tomorrow()
Return a
DayMonthYear instance representing tomorrow |
static DayMonthYear |
yesterday()
Return a
DayMonthYear instance representing yesterday |
public static DayMonthYear yesterday()
DayMonthYear instance representing yesterdaypublic static DayMonthYear today()
DayMonthYear instance representing todaypublic static DayMonthYear tomorrow()
DayMonthYear instance representing tomorrowCopyright © 2014. All Rights Reserved.