LocalDateUtil

Contains helper functions that only serve to create new LocalDates. Creation methods do not include parsing methods.

Functions

Link copied to clipboard
fun new(epochMilliseconds: Long): LocalDate
fun new(year: Int, month: Int, day: Int): LocalDate