FunctionsDate & Time
add_date
Adds a day count or interval to a date and returns the resulting date. This is a convenience alias for date_add with date semantics (e.g., adding 1 day advances by one calendar day).
add_date(…) → DateKind · scalar
Adds a day count or interval to a date and returns the resulting date. This is a convenience alias for date_add with date semantics (e.g., adding 1 day advances by one calendar day).
Part of the Date & Time family.