R/duckdb-funs.R
last_day.Rd
Returns the last day of the month.
DATE | TIMESTAMP | TIMESTAMP WITH TIME ZONE
DATE
last_day(ts = DATE)
last_day(ts = TIMESTAMP)
last_day(ts = `TIMESTAMP WITH TIME ZONE`)
last_day(TIMESTAMP '1992-03-22 01:02:03.1234')