datetime_global
Version:
my Datetime untility, it mixes the Advanced capabilities of Temporal polyfill with the simplicity of Date
24 lines (23 loc) • 538 B
JSON
{
"name": "datetime_global",
"version": "0.7.2",
"description": "my Datetime untility, it mixes the Advanced capabilities of Temporal polyfill with the simplicity of Date",
"keywords": [
"date",
"datetime",
"Temporal",
"Date",
"time",
"format",
"Datetime_global"
],
"author": "binary-ant",
"license": "MIT",
"type": "module",
"scripts": {
"test": "node tests.js"
},
"dependencies": {
"temporal-polyfill": "^0.3.0"
}
}