Skip to contents

Return the corresponding IATA season for a date

Usage

iata_season_for_date(date)

Arguments

date

a date

Value

the name of the IATA season in the form summer-yyyy

Examples

if (FALSE) { # \dontrun{
season_iata("2024-04-01")
} # }