HermannBjorgvin / Kennitala

Icelandic national ID (kennitölur) utilities for servers and clients.
MIT License
36 stars 10 forks source link

fix bugs #24

Closed jamiees2 closed 2 years ago

jamiees2 commented 2 years ago

this fixes a bug when using this library in react native, where dates like "2020-4-17" fail, due to not being truly ISO formatted.

Also fixes a simple parseInt(..., 0) bug that's 7 years old.

HermannBjorgvin commented 2 years ago

Thanks for the pull request. Good bug fixes.