plus Date
Applies +YYYY-MM-DD modifier to a date/time value.
This function translates to the '+YYYY-MM-DD' modifier in SQLite's date and time functions.
Example
select(
DATE("2000-02-01").plusDate(DateLiteral("2001-03-02")),
).execute()Content copied to clipboard
Return
A KQLiteColumn with the modifier applied.
Author
MOHAMMAD AZIM ANSARI
Parameters
date
The column containing the date/time modifier string (e.g., '+7 days') or a Julian day number to add.