1.0.9 • Published 4 years ago
bengali-time v1.0.9
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-timeUsage 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