light but powerful timestamp and date manipulation library
npm install ctimejsA light library that provides a minimal function set to manipulate dates and timestamps in Javascript.
* 
* unix-timestamp ✅
* unix-timestamp+ms ✅
* fluent interface ✅
* immutable ✅
```
$ npm install ctimejs
`js`
ctime().add(30, 'days').subtract(1, 'year').format((time) => time.utc)
- ctime
- time ✅
- unix ✅
- set ✅
- get ✅
- add ✅
- subtract ✅
- diff ✅
- format ✅
- startOf ✅
- endOf ✅
- parser 🔜
``
2008-08-30T01:45:36
2018-03-05T01:45:36Z
2018-03-05T01:45:36.999
2018-03-05T01:45:36.999Z
2018-03-05T01:45:36.999+0100
2018-03-05T01:45:36.999+07:00
2018-03-05T03:08:02.177+0100
made with 💙 in cologne.