Kale Toh

1pod

NLBirthDateValidator

A simple function to check if a birth date is valid, and/or if it meets a minimum age requirement. Just pass in the parameters for day, month, year and the minimum age you want to check against (optional), and it will return a a BirthDateCheckResult enum for .DateValid, .DateInvalid or .AgeUnderMinimum.

License: MIT

  • Swift