Skip to content

Instantly share code, notes, and snippets.

@AirStair
Created January 6, 2023 18:50
Show Gist options
  • Save AirStair/d084ecb4cd1a5f42c94e010425c98f06 to your computer and use it in GitHub Desktop.
Save AirStair/d084ecb4cd1a5f42c94e010425c98f06 to your computer and use it in GitHub Desktop.
(localDate=>new Uint8ClampedArray((localDate.setDate(0),localDate.getDate())).fill(0).fill(1,(localDate.setDate(1),localDate.getDay())).map((value,index)=>value>0?value+index:0))(new Date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment