Steve Mao

Results 203 comments of Steve Mao

@Amorymeltzer feel free to fix the test too.

@FoxxMD @Goostavo please send a PR

Thanks @cymen. The reason for this is day is `1`-based. So if you supply `0`, it's the same as the last day of last month. I'd add a description at...

Yeah, because `new Date(2012, 02, 0)` is the same as `new Date(2012, 01, 29)`

PR welcome :)

You can check out the source code of `date-fns/isBefore` and see how they do it. ```js export default function isBefore (dirtyDate, dirtyDateToCompare, dirtyOptions) { if (arguments.length < 2) { throw...

you can just create a PR if you want to work on this