@keerthana_lagadapati/date-utilities
Version:
The Date Utilities Module provides a collection of reusable functions to simplify working with dates in JavaScript.
25 lines (24 loc) • 608 B
JSON
{
"name": "@keerthana_lagadapati/date-utilities",
"version": "1.0.1",
"description": "The Date Utilities Module provides a collection of reusable functions to simplify working with dates in JavaScript.",
"main": "date-utilities.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"formatDate",
"addDays",
"subtractDays",
"isLeapYear",
"getWeekday",
"daysBetween",
"isWeekend"
],
"author": "keerthana",
"license": "ISC",
"dependencies": {
"@keerthana_lagadapati/date-utilities": "^1.0.1"
},
"type": "module"
}