Here's another, a bit more uniform and month-agnostic way to format a year - https://i.imgur.com/B9UEQw1.png
Calendar
121–130 of 141 posts
Re: Calendar
#122Here's another, a bit more uniform and month-agnostic way to format a year - https://i.imgur.com/B9UEQw1.png
It appears to have 30 days in October and 31 days in November.
Re: Calendar
#123Re: Calendar
#124Generated using this JS in an action script — https://gist.github.com/anfedorov/9f7dc03432a4da783577aec68f...
Re: Calendar
#125The 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…
https://abetusk.github.io/neatocal/?year=2026&start_month=0&...
https://abetusk.github.io/neatocal/?year=2026&start_month=6&...
Re: Calendar
#126I like the highlighting of weekends, but wish the weekends aligned across months.
https://neatnik.net/calendar/?year=2026&layout=aligned-weekd...
Re: Calendar
#127CSS rules for printing is one of my favorite features of the web. You get a powerful typesetter directly in your browser. For those wondering how it's done, I wrote about it [0] recently for my friends who frequently asked how I generated PDFs for my blogs. [0] https://barish.me/blog/make-your-website-printable-with-css/
Re: Calendar
#128The 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…
Check out my Turkish Holidays example for 2026: https://c6p.github.io/neatocal/?data=example/tr-2026.json
Re: Calendar
#129Margins need to be a bit larger. When printed, "2026" at the top is cut in half and at the bottom "31st" cells are cut right through the slab of 1. On the left side all but last few pixels of dates are cut off, and the last column is visibly narrower than the rest. This is in Firefox on Windows.