0.0.7 • Published 3 years ago

arabic-date v0.0.7

Weekly downloads
139
License
ISC
Repository
github
Last release
3 years ago

Arabic-Date

npm

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