Adi Nugroho
Results
3
issues of
Adi Nugroho
- Update to Swift 3. - No change on how to use the class.
There's a bug when getting EndOf a year ## Detailed Description ```swift let now = moment() let endYear = now.subtract(1, .Years).endOf(.Years) // 2016-12-30 23:59:59 ``` expected result is `2016-12-31 23:59:59`