# date-read

> Convert strings to dates with ease.

Latest version **0.1.0** (published 2023-01-20) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2023-01-20 |
| First published | 2023-01-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | clvarley |
| Maintainers | clvarley |
| Keywords | date, time, datetime, parse |

## Links

- npm: https://www.npmjs.com/package/date-read
- Homepage: https://github.com/clvarley/date-read
- npm.io page: https://npm.io/package/date-read

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2023-01-20

## README

# date-read

Convert string to dates with ease.

Sister project of [`date-write`](https://www.npmjs.com/package/date-write).

## Installation

To install `date-read` just include it to your project like so:

```sh
npm install --save date-read
```

After npm has downloaded the library, you can start importing and using it as
normal:

**ES6 module<sup>\*preferred</sup>**

```js
import { dateFromFormat } from "date-read";
```

**CommonJS**

```js
const { dateFromFormat } = require("date-read");
```

## Getting Started

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