format_month

Function format_month 

Source
pub fn format_month(
    grid: &MonthGrid,
    julian: bool,
    persian: bool,
) -> Vec<String>
Expand description

Render a single month as lines of text. Each line is exactly MONTH_WIDTH characters wide.