new

fun new(year: Int, month: Int, day: Int): LocalDate

Return

LocalDate.

Parameters

year

Year, ie, 2020.

month

Month with range 1-12, i.e. 1 for January.

day

Day of the month with range 1-31.


fun new(epochMilliseconds: Long): LocalDate

Return

LocalDate.

Parameters

epochMilliseconds

Epoch time, aka Unix time, are seconds elapsed since January 1st 1970 at 00:00:00 UTC.