I used the DATETIME_PARSE function to do this.
First, I created a date column “Birthdate” with their actual date of birth.
Second, I created a formula column “Birthday” and provided the following function:
DATETIME_PARSE((((MONTH(Birthdate) & “-”) & ...