print_months

Function print_months 

Source
pub fn print_months(
    grids: &[MonthGrid],
    today: Option<(i32, u32, u32)>,
    julian: bool,
    persian: bool,
)
Expand description

Render multiple months side-by-side and print them.