# jalali-date-names

> Jalali month and day names package

Latest version **1.0.0** (published 2022-07-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install jalali-date-names
pnpm add jalali-date-names
yarn add jalali-date-names
bun add jalali-date-names
```

## 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.0 |
| Published | 2022-07-02 |
| First published | 2022-07-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Reza Basereh |
| Maintainers | rzbasereh |

## Links

- npm: https://www.npmjs.com/package/jalali-date-names
- Repository: https://github.com/rzbasereh/jalali-date-names
- Homepage: https://github.com/rzbasereh/jalali-date-names#readme
- Issues: https://github.com/rzbasereh/jalali-date-names/issues
- npm.io page: https://npm.io/package/jalali-date-names

## Recent versions

- 1.0.0 (latest) — 2022-07-02

## README

# jalali-date-names

Repository of jalali month and day names. Usable in Node.js or in the browser.

## Installation

Install via npm:

```bash
% npm install jalali-date-names
```

## Usage

```js
var names = require('jalali-date-names');
names.months; // => [... ,'فروردین', 'اردیبهشت', 'خرداد']
names.days; // => [... ,'شنبه', 'یکشنبه', 'دوشنبه']
names.am; // => 'صبح'
names.pm; // => 'عصر'
```

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