matthewmueller / date

Date() for humans
http://matthewmueller.github.io/date/
1.48k stars 88 forks source link

Recognize x day(s) of this/next/last month #91

Closed janwo closed 3 years ago

janwo commented 5 years ago

This PR adds the ability to recognize "x day(s) of this/next/last month". Fixes #63.

janwo commented 5 years ago

@matthewmueller There seems to be an issue with two of the four node installations, which are not related to my changes.

matthewmueller commented 5 years ago

thanks @janwo, can you add some tests? ☺️

janwo commented 5 years ago

@matthewmueller I added tests now. When I am testing the code locally, it works. However, I don't get it running in test/parser.js. Do you have an idea?