Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Awesome! Totally love your version as my first gripe was that I can't adjust naming to fit my needs (localized, non-english). Your JS version is awesome, thanks!

If you want something for your examples, this would be the German-localized version for 2026: https://abetusk.github.io/neatocal/?year=2026&weekday_code=S...



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

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


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


Added a language field. Thanks for the suggestion.

Example:

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


MDMDFSS

naja





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: