I was able to get this to work. I used a slightly diffferent formula. IF({Birthday},DATETIME_PARSE(MONTH({Birthday}) & "/" & DAY({Birthday}) & "/" & YEAR(TODAY()),'MM/DD/YYYY'))This is very simple and grabs the month, day and current year. The IF st...