I just want to confirm that Revolution does not recognize years before 1935. The following handler converts a short date in 1934 to it's long date and the result is 2034. Gregory set useSystemDate to true put "13/5/1934" into x if x is a date then put "Yes, it's a date." convert x to long date put return & x after msg else put "Nope." end if