I’m using the DATEADD formula to create a new field for date and it is populating a calendar successfully, however it includes the 12:00a timestamp.
My formula currently is: IF({Publish Date},DATEADD({Publish Date},-7,‘days’))
When I add DATETIME_FOR...