You can use the Date Math tool to extract parts of date columns - such as a weekday or year. It is particularly helpful in combinations with others tools.Documentation Index
Fetch the complete documentation index at: https://docs.less.tech/llms.txt
Use this file to discover all available pages before exploring further.
Note that our Syntax also supports date math calculations. See more in the Syntax section.
Configuration
Select Unit
Select the unit you want to add/subtract to/from your date column. You can select one of the following:
- Seconds
- Minutes
- Hours
- Days
- Months
- Years
Example: Using syntax to add Days
In this example we want to add whatever is in the simple_int column + 10 as days to the datetime_column column. We simply select the Days unit and reference the simple_int column + 10 to get the result we want.
