Obtains an ISO local date from the proleptic-year and day-of-year fields.
!(p)
This is equivalent to {@link LocalDate#ofYearDay(int, int)}.
@param prolepticYear the ISO proleptic-year
@param dayOfYear the ISO day-of-year
@return the ISO local date, not null
@throws DateTimeException if unable to create the date
Obtains an ISO local date from the proleptic-year and day-of-year fields. !(p) This is equivalent to {@link LocalDate#ofYearDay(int, int)}.
@param prolepticYear the ISO proleptic-year @param dayOfYear the ISO day-of-year @return the ISO local date, not null @throws DateTimeException if unable to create the date