文件名称::package:一个包装,可让您知道该日期之前的几天。-JavaScript开发
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-15 01:35:52
JavaScript Date and Time
:package:一个包装,可让您知道该日期之前的几天。 计时:package:一个可以让您知道该日期之前多少天的软件包。 韩文安装您可以通过npm $ npm install time-counting --save or yarn $ yarn add time-counting进行安装用法Javascript // es5 const TimeCounting = require(“ time-counting”); const time = TimeCounting(“ 2020-08-10”); const timecount = TimeCounting(“ 2020-08-10 08:00:00”,{objectTime:“ 2020-08-10 10:00:00”}); // es6从“时间计数”中导入TimeCounting; console.log(TimeCounting(“ 2020
【文件预览】:
time-counting-master
----.gitignore(310B)
----package.json(776B)
----package-lock.json(45KB)
----src()
--------index.ts(5KB)
--------type.ts(318B)
----.travis.yml(84B)
----dist()
--------type.d.ts(361B)
--------index.js(6KB)
--------type.js(77B)
--------index.d.ts(246B)
----LICENSE(1KB)
----tsconfig.json(173B)
----README.ko.md(3KB)
----README.md(3KB)
----.npmignore(269B)
----test()
--------test.js(4KB)