pub fn format_month( grid: &MonthGrid, julian: bool, persian: bool, ) -> Vec<String>
Render a single month as lines of text. Each line is exactly MONTH_WIDTH characters wide.
MONTH_WIDTH