One of the testers here recently discovered a bit of code that when broken down did this:
?(Date() + INT(1 / 0) ) > Date(9999,12,31)
It returns true. However, put that actual value in printed form and it displays as " / / "
Just something for the oddities in your VFP collection.
Tracy