arabic-date
v0.0.7
Published
[![npm](https://img.shields.io/npm/v/arabic-date.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/async-dispatch)
Downloads
4
Readme
Arabic-Date
Arabic text being converted to dd/mm/yyyy formatted date, still under development!
Table of contents
Install
npm i --save arabic-date
Usage
import ArabicDateConverter from 'arabic-date';
console.log("today's date", ArabicDateConverter('اليوم'));
console.log("yesterday's date", ArabicDateConverter('امبارح'));
console.log("tomorrow's date", ArabicDateConverter('بكرا'));
console.log("next month from now's date", ArabicDateConverter('الشهر الجاي'));
To Do
- [ ] Adding typeScript types
License
MIT