Does VFP have a function to find the last day of the month? So if I typed in August it would know that August ended on 08/31/2004. I am working on build a program to do reports and was trying to make it as simple for the users as possible. The user types in a month (ie: August)and behind the scenes VFP gets the beginning date (08/01/2004) and ending date (08/31/2004) of that month and runs the report.