MacolaHelp
Instructor
I have encountered a db that stores dates as a string in YYYYMMDD order. Is there a formula to convert this string to MM/DD/YYYY format? Thanks in advance for your help.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Date(ToNumber({String_Date.stringDate}[1 to 4]),ToNumber({String_Date.stringDate}[5 to 6]),ToNumber({String_Date.stringDate}[7 to 8]))