AmberPollardQrew Assistant Captain9 years agoAdd Year (if Not Current) to MM/DDHow 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]), "...Show More
Related ContentText Field with Current YearYear Formula helpPipeline - Add Year from Record Created to a fieldChart - Year over Year for Current MonthConverting Date From mm-dd-yyyy to dd/mm/yyyy