time-detect:从字符串中提取时间

时间:2024-06-30 11:33:20
【文件属性】:

文件名称:time-detect:从字符串中提取时间

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-30 11:33:20

JavaScript

时间检测 例子 var parse = require ( 'time-detect' ) ; parse ( 'Please call me at 12:34' ) ; parse ( 'I was born at 2015/4/23 12:34:15' ) ; parse ( 'I was born at 4/23 12:34' ) ; 方法 var parse = require ( 'time-detect' ) var 日期 = 解析(str) parse从给定的str检测一个时间字符串并返回一个 Date 对象。 安装 $ npm i time-detect 执照 麻省理工学院


【文件预览】:
time-detect-master
----.gitignore(23B)
----babel_hook.js(112B)
----package.json(832B)
----src()
--------index.js(2KB)
----LICENSE(1KB)
----Readme.md(420B)
----test()
--------index.js(2KB)

网友评论