is_given_month.RdCheck 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())Other month of year:
unlabel_month()