IsoChronology.dateNow

Obtains the current ISO local date from the system clock _in the default time-zone. !(p) This will query the {@link Clock#systemDefaultZone() system clock} _in the default time-zone to obtain the current date. !(p) Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.

@return the current ISO local date using the system clock and default time-zone, not null @throws DateTimeException if unable to create the date

  1. LocalDate dateNow()
    class IsoChronology
    dateNow
    ()
  2. LocalDate dateNow(ZoneId zone)
  3. LocalDate dateNow(Clock clock)

Meta