bengali-time
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

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

Package Sidebar

Install

npm i bengali-time

Weekly Downloads

1

Version

1.0.9

License

ISC

Unpacked Size

8.89 kB

Total Files

11

Last publish

Collaborators

  • dmsbilas