Calendar
, offering a convenient way of creating dates. Examples:
DateBuilder builder = new DateBuilder(); Date nov2_2007 = builder.november(2).year(2007).getDate(); Date midnight_today = builder.midnight().today().getDate(); Date two_pm_tomorrow = builder.tomorrow().timeOfDay(14, 0).getDate();@author Torgil Zethson @since 3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|