captbaritone / captbaritone/datejs
.addMonths('6') != .addMonths(6). String problem
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
Date.now().addMonths(6)
Tue Mar 24 2015
Date.now().addMonths('6')
Wed Mar 24 2021
```
Original issue reported on code.google.com by `Dmitri.B...@gmail.com` on 24 Sep 2014 at 4:14
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.