bengali-time
v1.0.9
Published
This package shows system time in bengali format
Downloads
15
Maintainers
Readme
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