Expand description
Plain-text calendar formatting without color. Plain-text calendar formatting without ANSI colors.
Used for generating uncolored output and in unit tests. Produces fixed-width text suitable for side-by-side month layouts.
Functions§
- format_
month - Render a single month as lines of text.
Each line is exactly
MONTH_WIDTHcharacters wide. - format_
months - Render multiple months side-by-side, 3 per row.
- format_
year - Render all 12 months of a year as lines of text (4 rows × 3 columns).