JavaScript:实现Zeller 的同余算法
// Zeller's Congruence Algorithm finds the day of the week from the Gregorian Date. Wikipedia:
export const zellersCongruenceAlgorithm = (day, month, year) => {
if (
// Zeller's Congruence Algorithm finds the day of the week from the Gregorian Date. Wikipedia:
export const zellersCongruenceAlgorithm = (day, month, year) => {
if (