I was able to make this work using the .time function for each date object. It still seems strange why the initial code did not work. Are you able to directly compare dates for equality or do you need to compare each component of a date object (such as .day, .month, .year, ect)?
Don

