Remix.run Logo
abetusk 6 hours ago

Added to the list of presets in the README [0]. Thanks!

[0] https://github.com/abetusk/neatocal?tab=readme-ov-file#prese...

b2ccb2 2 hours ago | parent [-]

It would be trivial to allow all possible languages with toLocaleString[0]:

  d = new Date();
  console.log(d.toLocaleString(window.navigator.language, {
    weekday: 'short'
  }));
[0] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...