Check if Date is a Given Day of Week

is_given_day_of_week(date = today(), day, locale = "any")

is_monday(date = today())

is_tuesday(date = today())

is_wednesday(date = today())

is_thursday(date = today())

is_friday(date = today())

is_saturday(date = today())

is_sunday(date = today())

Arguments

date

Date vector

day

integer or one of days_of_week

locale

character ISO 639 language code

See also