I have a column that's showing dates as:
2022-05-31 but I want it to show 05-31-2022 - What formula would I use?
Solved! Go to Solution.
DateTimeFormat([Date],"%m-%d-%Y") - Change the data type to string
@binu_acs You're the man! Thank you for coming in clutch today.
