Skip to content

LocalDate

Giuseppe Cannella edited this page Feb 19, 2020 · 5 revisions
Type name example
LocalDate 2000-12-31
import com.github.gekomad.regexcollection.Validate.validate
import java.time.LocalDate

assert(validate[LocalDate]("2000-12-31") == Some("2000-12-31"))
Clone this wiki locally