date-time-function
Version:
📆 A simple Node.js date utility helper using moment + moment-timezone
27 lines (26 loc) • 527 B
JSON
{
"name": "date-time-function",
"version": "1.0.1",
"description": "📆 A simple Node.js date utility helper using moment + moment-timezone",
"main": "index.js",
"keywords": [
"moment",
"moment-timezone",
"timezone",
"date",
"time",
"mm",
"dd",
"yyyy",
"ddmmyyyy"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jignesh Karena",
"license": "ISC",
"dependencies": {
"moment": "^2.30.1",
"moment-timezone": "^0.6.0"
}
}