Skip to content

LocalDate

Giuseppe Cannella edited this page Jan 6, 2019 · 5 revisions
Type name example
LocalDate 2000-12-31
import java.time.LocalDate
assert(isValid[LocalDate]("2000-12-31") == true)
Clone this wiki locally