Home > @infiniteobjects/core-library-web > Humanize > milliseconds
Convert milliseconds to a human readable string: 1337000000
→ 15d 11h 23m 20s
Signature:
static milliseconds(milliseconds: number, verbose?: boolean): string;
Parameter | Type | Description |
---|---|---|
milliseconds | number | |
verbose | boolean | (Optional) |
Returns:
string