Jan 19, 2023 05:51 PM
I'm attempting to prep a table for import and need to recreate a concatenated formula field that includes a date field formatted like this:
Can anyone identify this format for me? Thanks!
Jan 19, 2023 07:28 PM
Hey @Ashley_Jackson!
This seems like it may be ISO 8601 formatted.
The ISO 8601 format is: YYYY-MM-DD.
So value of 20230118000000 would become: 2023-01-18.
The trailing six zeros are your time value. The zeros are simply there because there's not a specified time value with your data.
Normally the formatting of the time would go: YYYY-MM-DD T HH:MM:SSZ.
And of course, the [-6:CST] is just your timezone.
Jan 20, 2023 07:11 AM
Thanks Ben - I will look into this today and confirm. Thanks!
Jan 21, 2023 08:44 AM
Hi Ben, I have been able to reproduce everything except two things:
Any suggestions for me? Thanks!