convert
Converts a ms time to a string with days, hours, minutes and seconds (calls convertLong)
const time = client.convert(578474340, 2)
console.log(`Wait ${time} more!`)Last updated
Was this helpful?
Converts a ms time to a string with days, hours, minutes and seconds (calls convertLong)
const time = client.convert(578474340, 2)
console.log(`Wait ${time} more!`)Last updated
Was this helpful?
Was this helpful?