24hformat 中文文档教程

发布于 4年前 浏览 79 更新于 3年前

timeConverter

hh-mm: time converting utility

构建 Status js-standard-style

⌚️ 将 12 小时制时间格式转换为 24 小时制。

var TimeFormat = require('timeConverter')

 # input = ['7:30 pm' , '6:30 PM'] // 7:30 PM  // [ '7:30 pm - 8:30 pm','6:00 pm - 7:00 pm']

TimeFormat(input)        

 # output = ['19:30 pm' , '18:30 PM'] // 19:30 PM  // [ '19:30 pm - 20:30 pm','18:00 pm - 19:00 pm']

Usage

将给定的 12 小时时间格式的字符串或数组转换为 24 小时时间的

Parameters

时间字符串表示形式 format(可选)默认输入格式。 如果存在,它将用于解决解释过程中的歧义。 如果未指定,则暗示时间。 请参阅下面的部分以获取支持的格式列表 将给定的 12 小时时间格式字符串转换为 24 小时时间。

Install

npm 安装 24hformat --save

License

MIT

timeConverter

hh-mm: time converting utility

Build Status js-standard-style

⌚️ Convert 12 hours time format to 24 hours.

var TimeFormat = require('timeConverter')

 # input = ['7:30 pm' , '6:30 PM'] // 7:30 PM  // [ '7:30 pm - 8:30 pm','6:00 pm - 7:00 pm']

TimeFormat(input)        

 # output = ['19:30 pm' , '18:30 PM'] // 19:30 PM  // [ '19:30 pm - 20:30 pm','18:00 pm - 19:00 pm']

Usage

Convert given 12 hours time formatted string or Array to 24 hours time

Parameters

time String representation format (optional) Default input format. If present, it will be used to resolve amiguities during interpretation. If not specified, time is implied. See section below for supported format list Convert given 12 h time formatted string to 24 h time.

Install

npm install 24hformat --save

License

MIT

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文