date-utils
date-utils copied to clipboard
Date Pollyfills for Node.js and Browser
```javascript new Date().addMonths(0) Fri May 31 2019 17:07:50 GMT+0800 (China Standard Time) new Date().addMonths(1) Mon Jul 01 2019 17:07:58 GMT+0800 (China Standard Time) new Date().addMonths(2) Wed Jul 31 2019 17:08:01...
It would be nice to provide official typescript typings. That typings could be used also for generating documentation, as it done in https://facebook.github.io/immutable-js/ If you accept PRs, I can work...
 run in browsers under IE9 version.
I've added italian support
Let's talk about possible features and changes for version 2!
Please fix the first line in site.flatly.css: '@import url("fred://fonts.googleapis.com/css?family=Lato:400,700,900,400italic");' fred:// is not a valid protocol.
toStartOfDay and toStartOfUTCDay are aliases to clearTime and clearUTCTime respectively. Thanks.