json-stringify-date:类似于 JSON.stringify,但在日期对象中保留时区并将日期解析为日期对象

时间:2024-08-24 16:34:47
【文件属性】:

文件名称:json-stringify-date:类似于 JSON.stringify,但在日期对象中保留时区并将日期解析为日期对象

文件大小:100KB

文件格式:ZIP

更新时间:2024-08-24 16:34:47

JavaScript

json字符串化日期 类似于 JSON.stringify,但在日期对象中保留时区并将日期解析为Date对象。 安装 npm install json-stringify-date 用法 采用与JSON.stringify和JSON.parse相同的参数。 var stringifyDate = require ( 'json-stringify-date' ) ; var obj = { d : new Date ( 2014 , 02 , 4 ) } ; console . log ( stringifyDate . stringify ( obj , null , 2 ) ) ; var text = '{"d": "2014-03-04T00:00:00.000-03:00"}' ; console . log ( stringifyDate . parse ( text )


【文件预览】:
json-stringify-date-master
----.gitignore(49B)
----package.json(2KB)
----.npmrc(22B)
----package-lock.json(171KB)
----LICENSE(1KB)
----index.js(2KB)
----CHANGELOG.md(11KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(192B)
--------SECURITY.md(262B)
--------ISSUE_TEMPLATE()
--------CONTRIBUTING.md(456B)
--------CODE_OF_CONDUCT.md(3KB)
--------FUNDING.yml(19B)
--------workflows()
--------dependabot.yml(530B)
----.jshintignore(26B)
----README.md(3KB)
----script()
--------check.sh(309B)
----browser.js(172KB)
----test()
--------test.js(6KB)
--------index.html(475B)

网友评论