Floppa-equipe-16 / floppa

API for a marketplace or auction website
MIT License
0 stars 0 forks source link

Fix : dateValidation now use offsetDateTime #36

Closed JEGIR69 closed 1 year ago

JEGIR69 commented 1 year ago

…ead of a custom parse. In is18orMore(), use OffsetDateTime instead of LocalDate.

Refactor : the isEmpty(string s) function is change for just str.isBlank() instead.