1.0.2 • Published 9 years ago

bloody-immutable-date v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ImmutableDate

Build Status

little date wrapper not to lose your mind

install

$ npm install --save bloody-immutable-date
```

## require

```javascript
// ES6
import ImmutableDate from "bloody-immutable-date"
// ES5
var ImmutableDate = require("bloody-immutable-date")
```

## API

the API is exactly shaped like the [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) one.
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago