I have a formula field that takes 2 datetime fields and creates a “week overview” with them. But value of Day] 11:59pm in the End Date field seems to round the day up to the next day, which is misleading.
Here’s the formula
IF(Start,IF(End,CONCATENATE(DATETIME_FORMAT(Start,"YYYY MM/DD")," - ",DATETIME_FORMAT(End,"MM/DD")," ",{Use Case}),"TBD"),"TBD")
Result