# interpret-date

> very fuzzy date parsing

Latest version **0.0.3** (published 2017-08-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install interpret-date
pnpm add interpret-date
yarn add interpret-date
bun add interpret-date
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2017-08-17 |
| First published | 2017-08-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | ndxbxrme |
| Maintainers | ndxbxrme |

## Links

- npm: https://www.npmjs.com/package/interpret-date
- Repository: https://github.com/ndxbxrme/interpret-date
- Issues: https://github.com/ndxbxrme/interpret-date/issues
- npm.io page: https://npm.io/package/interpret-date

## Recent versions

- 0.0.3 (latest) — 2017-08-17
- 0.0.2 — 2017-08-17

## README

# interpret-date
very fuzzy date parsing
### usage
#### with bower
`bower install --save interpret-date`
```javascript
var mydate = interpretDate.interpretText('Mar 3rd 2017, 9pm')
```
#### with npm
`npm install --save interpret-date`
```javascript
var interpretDate = require('interpret-date');
var mydate = interpretDate.interpretText('next thursday, 9pm')
```

-----

`interpret-date` naturally works with date-first dates (ie 02/03/17 = 2nd Mar 2017)  
if you live in a country that uses month-first dates then use  
```javascript
interpretDate.setMonthFirst(true)
```

---
_Source: https://npm.io/package/interpret-date · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
