tinytime::alarm_clock:小于1kb的简单日期和时间格式化程序

时间:2024-03-12 23:27:24
【文件属性】:

文件名称:tinytime::alarm_clock:小于1kb的简单日期和时间格式化程序

文件大小:45KB

文件格式:ZIP

更新时间:2024-03-12 23:27:24

template time date JavaScript

微小的时间 :alarm_clock: <800b中的简单日期和时间格式化程序。 API tinytime导出单个函数,该函数返回模板对象。 该对象具有单个方法render ,该方法采用Date并返回包含渲染数据的字符串。 import tinytime from 'tinytime' ; const template = tinytime ( 'The time is {h}:{mm}:{ss}{a}.' ) ; template . render ( new Date ( ) ) ; // The time is 11:10:20PM. 换人 MMMM月(9月) MM部分月份(9月) Mo -数值月(9) 1 YYYY年(1992) YY部分年份(92) dddd星期dddd (星期一) DD每月的一天(24) Do -天(24日) h小时-12h格式 H小时-24小时制 mm -分钟


【文件预览】:
tinytime-master
----.travis.yml(60B)
----.babelrc(251B)
----rollup.config.js(234B)
----.flowconfig(58B)
----package.json(1KB)
----LICENSE(1KB)
----src()
--------index.js(463B)
--------compiler.js(4KB)
--------parser.js(3KB)
--------subs.js(1009B)
--------diff.js(1KB)
----.npmignore(21B)
----.gitignore(28B)
----CHANGELOG.md(1KB)
----Makefile(279B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(2KB)
----yarn.lock(123KB)
----__test__()
--------index.spec.js(2KB)

网友评论