1

US Date format

Done
Irfan Khan
Irfan Khan

I need to be able to show dates in the standard US format of MM/DD/YYYY

I know i can make a computed/formula field but thats cumbersome to do for every date column i need. my users get confused when 1/5/2020 means May 1 2020 and not January 5 2020

Ahmad Arnaout
Ahmad Arnaout team
set status to
Done
ahmad-arnaout

Hello dear,

You can use the function "Format" as the following criteria: Format( {{Date}}, "MM-dd-yyyy")

Please be aware that the Format function is retrieving Text value so it's very important to set the Field preference as "TEXT" while you creating the Formula.

T
T
dadvid

@Ahmad Arnaout, Please add "15 Feb 2022" date format as well.