time-lord:使用特定格式的时间戳

时间:2024-07-19 14:07:46
【文件属性】:

文件名称:time-lord:使用特定格式的时间戳

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-19 14:07:46

JavaScript

时间领主 使用特定格式的时间戳。 适用于 Node.js 以及浏览器(不可知)。 主意 我实际上需要一个私人项目这样的东西。 这是一个很酷的主意,看看: var someConfigurationObject = { someTimestamp : "5h 20m 30s" , // => 5 hours, 20 minutes and 30 seconds (ago). } ; 所以这就是我的目的: var timestamp = "1y 2mo 15d 10h 23m 30s 240ms" , timeLord = require ( "time-lord" ) ; // If you are using it on client side (browser), timeLord will be already available in `window` scope


【文件预览】:
time-lord-master
----.travis.yml(150B)
----package.json(879B)
----test()
--------time-lord-test.js(2KB)
----LICENSE(1KB)
----dist()
--------.gitkeep(0B)
----Gruntfile.js(922B)
----src()
--------time-lord.js(4KB)
----browser()
--------test.html(388B)
----.gitignore(37B)
----README.md(1KB)

网友评论