Skip to main content

A string based date time library

npm install iso-fns

Multi Domain

When it comes to dates, one size doesn't fit all. Date, Time, ZonedDateTime, etc. iso-fns has them all.

Immutable

Mutability makes your code harder to read, harder to write, and harder to debug. iso-fns avoids all that nonsense.

Functional

Pure functions have no internal state ensuring consistent behavior. This makes them a joy to work with, so iso-fns uses them everywhere.