Comparing two date values

hey
it could be related to different type of space chars.
Better approach would be to convert string to date then compare it like below:

Log message = CDate("07 Oct Mon") = CDate("07 Oct Mon")

in above example I used static string, replace it with your desired variables