Closed JEGIR69 closed 1 year ago
…ead of a custom parse. In is18orMore(), use OffsetDateTime instead of LocalDate.
is18orMore()
OffsetDateTime
LocalDate
Refactor : the isEmpty(string s) function is change for just str.isBlank() instead.
isEmpty(string s)
str.isBlank()
…ead of a custom parse. In
is18orMore()
, useOffsetDateTime
instead ofLocalDate
.Refactor : the
isEmpty(string s)
function is change for juststr.isBlank()
instead.