At the beginning of the month I always need to calculate the age of the people within a given database. I always do considering the last date of that month, for example: in September I calculated the age using September 30th as a reference, so everyone born within this month I consider a fuller year. Is there a function that returns me the end date of a given month so I can automate the task, or will I have to do it manually?