1.0.0 • Published 3 years ago

mstohour v1.0.0

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

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