Forum Discussion

AmberPollard's avatar
AmberPollard
Qrew Assistant Captain
8 years ago

Add Year (if Not Current) to MM/DD

How would I change the formula to display the year IF it is not the current year? var text MM = Right(ToText(Month([Date])),2); var text DD = Left(ToText(Day([Date])),2); If(IsNull([Date]), "...