weekday(x: number): number
Gets the ISO weekday for a given Unix timestamp.
Returns a number representing the ISO weekday (1 = Monday, 7 = Sunday) for each element in x.
weekday(x: array): array
Gets the ISO weekday for a given Unix timestamp.
Returns a number representing the ISO weekday (1 = Monday, 7 = Sunday) for each element in x.
x: array
Unix timestamp(s) to convert to the ISO weekday.
The corresponding ISO weekday(s).
weekday(x: matrix): matrix
Gets the ISO weekday for a given Unix timestamp.
Returns a number representing the ISO weekday (1 = Monday, 7 = Sunday) for each element in x.
x: matrix
Unix timestamp(s) to convert to the ISO weekday.
The corresponding ISO weekday(s).