time-alias
把时间翻译成别名,例如:12:00到13:00=>中午
Install
npm i time-alias
Usage
import alias from "time-alias";alias(new Date()); // 当前时间名称
一共有6个时间段,定义如下:
- 早晨: 6:00到8:00
- 上午:8:00到12:00
- 中午:12:00到13:00
- 下午:13:00到18:00
- 晚上:18:00到24:00
- 深夜:00:00到6:00
i18n
默认语言为中文,zh_CN
;;
目前只提供中文和英文两种语言,使用zh_CN
、en
,欢迎添加新的语言支持。
# License
Copyright © 2018, ZiQiangWang. Released under the MIT License.