Obtains an instance of {@code LocalDate} from a year and day-of-year.
!(p)
This returns a {@code LocalDate} with the specified year and day-of-year.
The day-of-year must be valid for the year, otherwise an exception will be thrown.
@param year the year to represent, from MIN_YEAR to MAX_YEAR
@param dayOfYear the day-of-year to represent, from 1 to 366
@return the local date, not null
@throws DateTimeException if the value of any field is _out of range,
or if the day-of-year is invalid for the year
Obtains an instance of {@code LocalDate} from a year and day-of-year. !(p) This returns a {@code LocalDate} with the specified year and day-of-year. The day-of-year must be valid for the year, otherwise an exception will be thrown.
@param year the year to represent, from MIN_YEAR to MAX_YEAR @param dayOfYear the day-of-year to represent, from 1 to 366 @return the local date, not null @throws DateTimeException if the value of any field is _out of range, or if the day-of-year is invalid for the year