1.0.2 • Published 4 years ago

ahun-date-and-time-converter v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Ahun-Date-and-Time-Converter

Ahun-Date-and-Time-Converter is a simple library which converts the current Gregorian date and time to Ethiopian Date and time.

Installation

npm i ahun-date-and-time-converter

Usage

Once installed the package, create a javascript file in the root directory of your project. Then add

const ethiopianTime = require("ahun-date-and-time-converter");

ethiopianTime(); 

Then by executing

node <your-javascript-filename.js>

you should see the greeting and the converted date and time.