relative-time:javascript函数将时间戳或日期转换为本地相对时间

时间:2024-05-19 18:43:50
【文件属性】:

文件名称:relative-time:javascript函数将时间戳或日期转换为本地相对时间

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-19 18:43:50

JavaScript

将时间戳或日期转换为本地相对时间 特征: 超轻量级(最小< 500 bytes ) 使用本机浏览器API 安装: 从使用/从此下载/ npm i @yaireo/relative-time -S 用法: 通过JS导入CSS文件 import RelativeTime from '@yaireo/relative-Time' 并使用 const relativeTime = new RelativeTime ( ) ; // defaults to OS locale const relativeTimeSpanish = new RelativeTime ( { locale : 'es' } ) ; // set locale to Spanish console . log ( relativeTime . from ( new Date ( '2015' ) )


【文件预览】:
relative-time-master
----.gitignore(888B)
----package.json(2KB)
----relative-time.min.js(797B)
----LICENSE(1KB)
----readme-header.svg(2KB)
----README.md(982B)
----relative-time.js(1KB)

网友评论