cullophid / date-fp

Functional programming date manipulation library
121 stars 17 forks source link

Support for get('day') #38

Closed wuct closed 8 years ago

wuct commented 8 years ago

Hi, thanks for this awesome lib. I use it in my current project happily.

I find out there is no get('Day') currently which supports to get a weekday from a Date instance, like what Date.prototype.getDay does.

I am not sure it is a good idea to add this feature to this lib. If it looks good to you, I would like to create a PR for it.

svozza commented 8 years ago

I don't think this is an unreasonable request.

wuct commented 8 years ago

@svozza just open a PR. Please review it. Thanks in advance :)

cullophid commented 8 years ago

PR: https://github.com/cullophid/date-fp/pull/39