WingNews logo WingNews
top | new | best | ask | show | jobs
top | item 46410407

(no title)

b2ccb2 | 2 months ago

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...

discuss

order

abetusk|2 months ago

Added a language field. Thanks for the suggestion.

Example:

https://abetusk.github.io/neatocal/?language=ko-KR

powered by hn/api // news.ycombinator.com