Jul 26, 2018 01:02 AM
Hi All
I am in early stages of learning formula functions, and focusing on date based formulas.
One thing I have noticed is that dates created from formula calculations to not seem to work with the Timeline block.
Has anyone found a way to make this work?
Very important for me and hoping there is a solution.
Thanks, Rob
Jul 31, 2018 04:38 PM
Hi Guys
Just found out that you (should be able to) convert the date string from using the DATETIME_FORMAT formula into a proper date format that the Timeblock can read by wrapping it in a DATETIME_PARSE formula.
Have not tested it out, but thought it would be worth mentioning.
Thanks, Rob
Aug 01, 2018 05:40 AM
Yes, DATETIME_PARSE is like the opposite of DATETIME_FORMAT, they’re just next to each other in the docs: https://support.airtable.com/hc/en-us/articles/203255215-Formula-field-reference#date_and_time_funct...
I think the general tip here was to remove the DATETIME_FORMAT, do you really need it? You can format the Formula result with several options: https://support.airtable.com/hc/en-us/articles/203229705-Guide-to-the-basic-field-types#date
Dec 04, 2023 03:57 PM
Did you find a solution for this?