Skip to content

Instantly share code, notes, and snippets.

@wasprobot
Created November 30, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wasprobot/d2c5cf3ce15595cfa69cc272b95d6d20 to your computer and use it in GitHub Desktop.
Save wasprobot/d2c5cf3ce15595cfa69cc272b95d6d20 to your computer and use it in GitHub Desktop.
day of week 1901 - 2099 (js)
(((y-1901) + ((y-1901)/4 >> 0)) + (y%4 ? [0,3,3,6,1,4,6,2,5,0,3,5] : [0,3,4,0,2,5,0,3,6,1,4,6]) [m-1] + d + 1) % 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment