I currently calculate DOB using the format example "December 20, 1965" but I would like the format to be like this "12/20/1965"
Current calc looks like this, where "DOB" is the linked field
int((decimal-date-time(today()) - decimal-date-time(${DOB})) div 365.25)