1.0.8 • Published 5 years ago

afghan-date v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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