@jswork/next-time-format
v1.0.4
Published
Time format for next.
Downloads
5
Maintainers
Readme
next-time-format
Time format for next.
installation
npm install -S @jswork/next-time-format
usage
import '@jswork/next-time-format';
// micro
nx.timeFormat(354*1000);
// { hour: 0, minute: 5, second: 54, datetime:'00:05:54' }
nx.timeFormat(4066);
/*
{
hour: 0,
minute: 0,
second: 4,
millisecond: 66,
datetime: '00:00:04'
}
*/
license
Code released under the MIT license.