mstohour

1.0.0 • Public • Published

MSTOTIME

Türkçe

mstotime girilen ms(miliseconds)'ı zamana çevirmek için kullanılan bir modüldür.

Kullanım

const {mstotime} = require("mstotime");

console.log(mstotime("ms","dil"));

Örnek

const {mstotime} = require("mstotime");

console.log(mstotime("549481","tr"));

Çıktı

0 Saat, 9 Dakika, 9 Saniye

Dil girmezsek

[ 0, 9, 9 ]

English

mstotime is a module used to translate entered ms(miliseconds) into time.

Usage

const {mstotime} = require("mstotime");

console.log(mstotime("ms","language"));

Example

const {mstotime} = require("mstotime");

console.log(mstotime("549481","en"));

Output

0 Hours, 9 Minutes, 9 Seconds

if not there language

[ 0, 9, 9 ]

Önerileriniz için Discord : thegears#0706

Discord for your suggestions: thegears#0706

Package Sidebar

Install

npm i mstohour

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

2.04 kB

Total Files

4

Last publish

Collaborators

  • thegears