ahun-date-and-time-converter
v1.0.2
Published
A simple javascript library that used as a converter from Gregorian time and date to Habeshan time and date.
Downloads
3
Readme
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.