R/duckdb-funs.R
dayofyear.Rd
Extract the dayofyear component from a date or timestamp.
DATE | INTERVAL | TIMESTAMP | TIMESTAMP WITH TIME ZONE
BIGINT
dayofyear(ts = DATE)
dayofyear(ts = INTERVAL)
dayofyear(ts = TIMESTAMP)
dayofyear(ts = `TIMESTAMP WITH TIME ZONE`)
dayofyear(timestamp '2021-08-03 11:59:44.123456')