Skip to content

24 Hours time

Giuseppe Cannella edited this page Feb 19, 2020 · 4 revisions
Type name example
Time24
23:50:00
14:00
23:00
9:30
19:30
import com.github.gekomad.regexcollection.Validate.validate
import com.github.gekomad.regexcollection.Time24

assert(validate[Time24]("23:50:00") == Some("23:50:00"))
Clone this wiki locally