Hello, I need to create a function in postgresql that gets two ages and the function returns the dates of birth. I am having difficulty calculating the date of birth, I have already tried using interval and other date type commands to solve this problem.