Closed jamiees2 closed 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.
parseInt(..., 0)
Thanks for the pull request. Good bug fixes.
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.