-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI #3
Add CLI #3
Conversation
1 similar comment
@tunnckoCore ping? |
Ping-pong. I'll merge and publish ASAP. :) |
@tunnckoCore friendly ping once again? |
@arthurvr ooh thanks, mate. I totally forgot. 👍 Wait a bit :) |
It's okey, but I think it should also handle and other cases. currentDayNumber('August 07, 2015');
//=> 218
currentDayNumber('August 07, 2016');
//=> 219, cuz' year is leap
currentDayNumber('02/16/2015');
//=> 47
|
Sure. I will update my PR. |
Hm. But its interesting how to handle |
Okey, great. :) |
What do you mean? |
Haha, cool. Looks great. |
@arthurvr released and published as |
Ref #2.