Check if Date in a Given Month

is_given_month(date = today(), month, locale = "any")

is_january(date = today())

is_february(date = today())

is_march(date = today())

is_april(date = today())

is_may(date = today())

is_june(date = today())

is_july(date = today())

is_august(date = today())

is_september(date = today())

is_october(date = today())

is_november(date = today())

is_december(date = today())

Arguments

date

Date vector

month

integer or one of months

locale

character ISO 639 language code

See also

Other month of year: unlabel_month()