0.0.1 • Published 11 years ago

length v0.0.1

Weekly downloads
78
License
-
Repository
github
Last release
11 years ago

lengthTime lengths for humans Build Status

Time Types

MillisecondsUnit
31560000y, year, years
2629740mo, month, months
86400d, day, days
3600h, hour, hours
60m, minute, minutes
1s, sec, second, seconds
0.001ms, millisecond, milliseconds
0.000001us, microsecond, microseconds

Downloads

Tested to work against Internet Explorer 6+, Safari 3+, Google Chrome 1+, Firefox 3+, and Opera 10+!

Development Version (0.0.1) — 1.4 KiB, uncompressed with comments.

Production Version (0.0.1) — 424 bytes, minified and gzipped.

var num = length(number, to)

Parameter: number

  • number — This may either be a string, or a number. If it's a string with no type, it's assumed to be in the to format.
  • Optional to — The format to interval to return, defaults to 'ms'.
length('0.5s') === 500;
length('1h', 's') === 3600;
length(10, 's') === 10;
length('2 days', 'h') === 48;

License

MIT