Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove roundUp flag from formatTimeString function
So when you set e.g. 70 years ago in the To field of the date range with "Round to the year" active, the To field's value is rounded up. So instead of: Jan 1, 1949 @ 00:00:00.000 It's Jan 1, 1949 @ 23:59:59.999 Since now this date is less then 70 years in the past, moment.js fromNow displays 69 years
- Loading branch information