Forum Discussion
AmberPollard
8 years agoQrew Assistant Captain
For the record, I think you had = instead of <>. I corrected the formula and changed for two year characters below. Thank you!!!
var text MM = Right(ToText (Month([Date])),2);
var text DD = Left(ToText(Day([Date])),2);
var text YY = If(Year([Date]) <> Year(Today()), Right(ToText(Year([Date])),2));
If(IsNull([Date]), "",
List("/", $MM, $DD, $YY))