misbahkhalilaz / seconds_to_Days_HH-MM-SS

convert seconds string to Days hours : minutes : seconds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seconds_to_Days_HH-MM-SS

convert seconds string to Days hours : minutes : seconds.
usage:
Add function to string prototype.
String.prototype.toDDHHMMSS = require("./secToDHMS");
Call as:
"seconds string".toDDHHMMSS();
Result returned:
00Days 00:00:00

About

convert seconds string to Days hours : minutes : seconds.

License:MIT License


Languages

Language:JavaScript 100.0%