zeller-date
Version:
A simple implementation of Zeller's congruence to compute day of the week
15 lines (13 loc) • 380 B
JSON
{
"name": "zeller-date",
"version": "1.0.2",
"main": "index.js",
"description": "A simple implementation of Zeller's congruence to compute day of the week",
"author": "TonNom",
"license": "MIT",
"keywords": ["zeller", "date", "calendar", "day", "dayofweek"],
"repository": {
"type": "git",
"url": "https://github.com/abdelwaheb-net/zeller-date.git"
}
}