Calendar
111–120 of 141 posts
Re: Calendar
#112The neatnik calendar is very nice. Others are talking about enhancements they've done and I've done my own, creating a pretty faithful JavaScript implementation with enhancements: https://github.com/abetusk/neatocal https://abetusk.github.io/neatocal/ (demo) URL parameters can be used to alter behavior. Here's a highlight of some of them: https://abetusk.github.io/neatocal/?layout=aligned-weekdays&... (weekend highli…
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...
naja
Re: Calendar
#113Re: Calendar
#114Earlier quoted context omitted.
I believe that's how Russian names the days as well. In Hebrew and Arabic we do the same, but Sunday is First Day, Monday is Second Day, etc.
Not all of them, though: Monday - "понедельник", which is coming from the "day after the (previous) week", i.e. after the Sunday Tuesday - "вторник", true here, has "second" in the name Wednesday - "среда", has "middle" in the name Thursday - "четверг", also true, has "fourth" in the name Friday - "пятница", also true, has "fifth" in the name Saturday - "суббота", derived from the Hebrew "shabbat" Sunday - "воскресен…
Re: Calendar
#115Earlier quoted context omitted.
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...
MDMDFSS naja
Re: Calendar
#116The popup on the page doesn't close. It's irritating. Please fix it.
Re: Calendar
#117Re: Calendar
#118In Sweden this format is called Hallon-almanackan (the raspberry almanack). I build an implementation here: t https://hallonalmanackan.kodare.com/
https://abetusk.github.io/neatocal/?layout=hallon-almanackan
Re: Calendar
#119Here's another, a bit more uniform and month-agnostic way to format a year - https://i.imgur.com/B9UEQw1.png