I have a program that calculates your age in days, and at the moment, you need to manually enter in the current date, AS WELL AS your birth date. I want to be able to pull the system date, and use that instead of having to enter it in manually. I need the individual date segments (month, day, year (all 4 digits)) in individual variables (month in 'month1', day in 'day1', year in 'year1'), and I cant figure out how to do it.