How can I remove the time and timezone stamp from a calculated field? I need to sum 2 dates and output the date only in the calculated field. Here is the calculated field I am using.
DATETIMESUM(‘today()’, ‘yyyy-mm-dd’, fieldname1, ‘d’)
But it continues to return this format.
Tue Aug 08 2023 09:54:24 GMT-0400 (Eastern Daylight Time)
How can the time and time zone be removed from the output.
Thank you.