Skip to contents

Return day of the week from a fixed date

Usage

day_of_week_from_fixed(date)

Arguments

date

a fixed date, i.e. a number of (eventually partial) days since epoch

Value

an integer indicating the day of the week

Examples

if (FALSE) {
day_of_week_from_fixed(253427)
}