1.0.3 • Published 3 years ago

ms2time v1.0.3

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 {ms2time} = require("ms2time");

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

Örnek

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

console.log(ms2time("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 {ms2time} = require("ms2time");

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

Example

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

console.log(ms2time("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