Grow has logic in place to help convert dates in the most common formats into a standard YYYY-MM-DD HH:MM:SS
format to make it easier to work with your data. However, sometimes the data comes in formatted in a way that Grow won't recognize, which can then make it hard to use with other date-based transforms or chart formatting options. (For example, when you want to group by month or use the dates as the x-axis.)
For the date formats that Grow can't recognize, we created the Format As Dates transform to let you tell Grow what format your dates are in, and Grow will take care of the rest.
Selecting the Date Format
- To use this transform, you will first select the date column you want to reformat.
- Then in the Incoming date format box select each part of the current date format in that column. This will tell Grow where to look for each date part when it updates that column.
- Next select the format of each date part. For example, if your date is "Jan 02", you will select "Month: 'Jun'" and "Day: '01-31'".
- Click Run and your column will be reformatted into the standard format.
Formatting Options
Here are the options for selecting the date parts in the transform:
Date Part | Formatting Options |
---|---|
Separator |
, / space - : + T
|
Year |
'19 19 2019
|
Month |
01-12 1-12 1ST 1st JUN JUNE Jun June jun june
|
Day |
Day of Month01-31 1-31 1ST 1st Day of Week MON MONDAY Mon Monday mon monday Monday as 01 1 1ST 1st Sunday as 01 1 1ST 1st Day of Year 001-365 1-365 1ST-365TH 1st-365th
|
Hour |
0-23 00-23 01-12 1-12
|
Minute |
0-59 00-59
|
Second |
0-59 00-59
|
AM/PM |
A.M./P.M. AM/PM a.m./p.m. am/pm
|
Quarter |
1 1ST 1st Q1
|
Week |
01-53 1-53 1ST-53RD 1st-53rd
|
Wildcard | Use this is a placeholder for anything not included in the other options |
Unix |
10 digits 13 digits
|
Custom Text | If you have a specific string that is included in all dates, you can enter it here |