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