Function apsis::date::date_from_day_of_year[][src]

pub fn date_from_day_of_year(
    year: i32,
    day_of_year: f64,
    calendar: Calendar
) -> (i32, f64)

Finds the date from the given year and day number. This function returns the corresponding month and day.