@jswork/next-time-format

1.1.2 • Public • Published

next-time-format

Time format for next.

version license size download

installation

npm install -S @jswork/next-time-format

usage

import '@jswork/next-time-format';

// micro
nx.timeFormat(354*1000);
// {day: 0, hour: 0, minute: 5, second: 54, datetime:'00:05:54' }


nx.timeFormat(4066);
/*
{
  day: 0,
  hour: 0,
  minute: 0,
  second: 4,
  millisecond: 66,
  datetime: '00:00:04'
}
*/

license

Code released under the MIT license.

Dependents (2)

Package Sidebar

Install

npm i @jswork/next-time-format

Homepage

js.work

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

5.98 kB

Total Files

6

Last publish

Collaborators

  • afeiship
  • yujiao.luo