# nast-date

> Library for a date management.

Latest version **1.0.3** (published 2021-08-05) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-08-05 |
| First published | 2021-08-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Alexey |
| Maintainers | alexey-renova |
| Keywords | library, date, time, datetime, moment |

## Links

- npm: https://www.npmjs.com/package/nast-date
- Repository: https://github.com/renova-st/nast
- Homepage: https://github.com/renova-st/nast#readme
- Issues: https://github.com/renova-st/nast/issues
- npm.io page: https://npm.io/package/nast-date

## Dependencies (3)

- [nast](https://npm.io/package/nast.md) ^1.0.*
- [lodash](https://npm.io/package/lodash.md) ^4.17.*
- [moment](https://npm.io/package/moment.md) ^2.29.*

## 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

- 1.0.3 (latest) — 2021-08-05
- 1.0.1 — 2021-08-01

## README

# nast-date
## Installation
```
npm i -S nast-date
```

## Prepare
```
import Vue from 'vue'
import App from './App'
import NastDate from 'nast-date'

Vue.use(NastDate.vue(), {})

new Vue({
  render: (h) => h(App),
}).$mount('#app')
```

## Basic usage
```
$app.date.now()
$app.date.format(date)
```

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