nth-day
nth-day copied to clipboard
Remove moment dependency
When I originally wrote this using moment
was the easiest and quickest way to get this functional for what I wanted.
To give this a broader appeal and to make this a dependency-free module I think that it would be a good idea to remove the moment dependency.
Instead of using moment and returning a moment object a JS Date object should be returned.