文件名称:meteor-country-codes-tz:每个时区到其各自国家的映射
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-31 17:41:08
JavaScript
国家代码 将时区映射到其各自的国家。 有用的: 时区列表 一种基于Intl.DateTimeFormat().resolvedOptions().timeZone的预填充“国家”选择的Intl.DateTimeFormat().resolvedOptions().timeZone 用法 meteor add 3stack:country-codes-tz 然后打电话 CountryCodesTz . getTzList ( ) ; // where country matches tz name: {tz: "Australia/Brisbane", label: "Australia Brisbane"} // when country doesn't match tz: {tz: "Asia/Kabul", label: "Afghanistan [Asia Ka
【文件预览】:
meteor-country-codes-tz-master
----README.md(607B)
----package.js(556B)
----country-code-tz-common.js(1KB)
----country-code-tz.js(11KB)
----LICENSE(2KB)
----.versions(474B)