ms2time

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i ms2time

Weekly Downloads

142

Version

1.0.3

License

ISC

Unpacked Size

2.04 kB

Total Files

4

Last publish

Collaborators

  • thegears