文件名称:datetime-converter-nodejs:npm 包在正常日期时间和 iso 日期时间格式之间转换
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-25 15:02:44
JavaScript
日期时间转换器-nodejs npm 包,可在正常日期时间和 iso 日期时间格式之间进行转换。 安装: $ npm install datetime-converter-nodejs 用法: 简单的功能 var DateTime = require ( 'datetime-converter-nodejs' ) ; var time1 = 'Sat May 16 2015 16:30:13 GMT+0530 (IST)' var time2 = 'Sat May 16 2015 15:30:13 GMT+0530 (IST)' ; var isoTime1 = '2015-05-16T11:28:00.322Z' ; var isoTime2 = '2015-05-16T11:26:00.322Z' ; console . log ( DateTime . timeDiff (
【文件预览】:
datetime-converter-nodejs-master
----.gitignore(526B)
----package.json(776B)
----LICENSE(1KB)
----index.js(1KB)
----README.md(742B)