afghan-date

1.0.8 • Public • Published

Afghan Date

Installation

npm install afghan-date

Usage

import AfghanDate from "afghan-date";

Dari

const date = new AfghanDate('2018-12-19', 'dr');

const localDate = date.getDate(); // 1397-9-27

const localMonthName = date.getMonthName(); // قوس

Pashto

const date = new AfghanDate('2018-12-19', 'ps');

const localDate = date.getDate(); // 1397-9-27

const localMonthName = date.getMonthName(); // لیند

Api

getDate() // returns the locale date

getYear() // returns the locale date year

getMonth() // returns the locale date month

getMonthName() // returns the locale date month name

Package Sidebar

Install

npm i afghan-date

Weekly Downloads

6

Version

1.0.8

License

MIT

Unpacked Size

2.95 kB

Total Files

3

Last publish

Collaborators

  • bashirrezaie