IsoChronology.date

Obtains an ISO local date from another date-time object. !(p) This is equivalent to {@link LocalDate#from(TemporalAccessor)}.

@param temporal the date-time object to convert, not null @return the ISO local date, not null @throws DateTimeException if unable to create the date

Meta