of

public static LocalDate of(LocalDate ld)

Creates an instance by the passed Java Time value.


public static LocalDate of(int year, Month month, int day)

Obtains local date from a year, month, and day.