文件名称:incrdatespace:使用提供的增量生成线性间隔的日期数组
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-28 15:40:36
JavaScript
数据空间 使用提供的增量生成线性间隔的数组。 安装 $ npm install compute-incrdatespace 要在浏览器中使用,请使用 。 用法 要使用该模块, var incrdatespace = require ( 'compute-incrdatespace' ) ; incrdatespace(开始,停止[,增量,选择]) 生成一array线性间隔的对象。 如果未提供increment ,则默认increment为day 。 var stop = '2014-12-02T07:00:54.973Z' , start = new Date ( stop ) - 60000 ; var arr = incrdatespace ( start , stop , '8sec' ) ; /* returns [ 'Mon Dec 01 2014 22:59:
【文件预览】:
incrdatespace-master
----.travis.yml(73B)
----.jshintignore(118B)
----package.json(1KB)
----test()
--------test.js(9KB)
----LICENSE(1KB)
----TODO.md(11B)
----.npmignore(498B)
----examples()
--------index.js(568B)
----.gitignore(711B)
----lib()
--------index.js(6KB)
----Makefile(2KB)
----README.md(7KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)