Syntax
You tell Less how to parse your date by referring to certain formats. You can use the syntax below.Date Specifiers
Date Specifiers
Time Specifiers
Time Specifiers
Common Format Examples
Common Format Examples
Configuration
The String to Date tool consists of three required input.1
Column
Select the column with the date that you want to parse.
2
Column name
Input the name of the new column that will be created.
3
Format
Input the format of your date column using the syntax options above. Check out the example below to see how.
Example: Parsing a date like 22 Aug 2025
Here we have a date column that is formatted as day, then short abbreviated month and then the year (22 Aug 2025). We want to parse this into a date/datetime data format.