1.0.9 • Published 2 years ago

bengali-time v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

bengali-time

bengali-time is a node module that shows your current time in Bengali language

Installation

You can directly install the package from npm repository using following command:

npm install bengali-time

Usage with Typescript

import { now, banglaTime } from "./BanglaTime";


now();

console.log(banglaTime);

Usage with Javascript

const dateTime = require("bengali-time");

dateTime.now();

or 


console.log(dateTime.banglaTime);

Contributing

You can use this without any consent form the author

Please make sure to update tests as appropriate.

License

FREE

by Abu Haider Siddiq Bilas

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago