22 ms·
> var Ha = new Date(2021,5,19,0,0,0,0); > My assumption is that this is the launch date for Wordle But not 19th of May 2021, but 20th of June 2021 Every time
by sgmoore 5y ago
> var Ha = new Date(2021,5,19,0,0,0,0);
> My assumption is that this is the launch date for Wordle
But not 19th of May 2021, but 20th of June 2021
Every time I look as JavaScript, I find a new reason to hate it.
- rawling 5y agoOnly 50%; the month is zero-indexed, but the day isn't.
- sgmoore 5y agoSo 19th of June 2021.
- rawling 5y agoYup, still annoying, just marginally less so!
- satsuma 5y agoi'd argue the lack of consistency is more annoying, not less.
- replwoacause 5y agoYep. Makes it all the worse.
- dTal 5y agoThat's horrifying.