simple-day-of-week
Version:
A simple function that returns the day of week for any given date
33 lines (32 loc) • 723 B
JSON
{
"name": "simple-day-of-week",
"version": "1.0.3",
"description": "A simple function that returns the day of week for any given date",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grxy/simple-day-of-week.git"
},
"keywords": [
"calendar",
"day",
"simple",
"week",
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"author": "Andrew Grexa",
"license": "MIT",
"bugs": {
"url": "https://github.com/grxy/simple-day-of-week/issues"
},
"homepage": "https://github.com/grxy/simple-day-of-week#readme"
}