Hi,
I'm trying to do a formula that says if the date is in string format parse it to become dateformat else if it already in date format leave it as is.
If [first_billing_date] = string then DateTimeParse([first_billing_date],"%m/%d/%Y") else [first_billing_date] endif
something like this