npm install date-fp


date-fp is a utility library for working with JavaScript dates.
All functions in date-fp are pure, autocurried and will not mutate the date objects they are applied to.
If you are not familiar with functional programming in JavaScript read Professor Frisby's Mostly Adequate Guide to Functional Programming
Also check out Ramda (A great library for functional programming with JavaScript)
Read the full documentation
Something to note is that we automatically release to NPM on every successful commit and we also strictly follow SemVer so please update the version number in package.json appropriately when submitting a Pull Request.