elrumo / macOS_Big_Sur_icons_replacements

Replacement icons for popular apps in the style of macOS Big Sur
https://macosicons.com
GNU General Public License v3.0
4.13k stars 231 forks source link

Improper Date Format for my Local #1274

Open ghost opened 2 years ago

ghost commented 2 years ago

I'm in the US, so the normal date format would be MM/DD/YY[YY] for my local, but when I go to macosicons.com I get DD/MM/YYYY.

Screen Shot 2021-08-14 at 11 14 23 AM

While I do know what day it's talking about, it should be localized to my region. This appears to be using a hardcoded format. I'm pretty sure there's some simple JS code for this, idk what it is though.

burkybang commented 2 years ago
new Date(dateString).toLocaleDateString()