This information was provided by Claris Corporation on 16 March 1998, and incorporated into Apple Computer's Tech Info Library.
NOTES:
Since the slash (/) �? a mathematical symbol �? is used to separate the day, month and year in a date, you cannot use that format in a calculation formula. 1/1/1996 in a date field is a date, but in a calculation it means 1 divided by 1 divided by 1996. Which results in .000501002004008016.
To type a date in a formula, you must use either reference date field or use the Date function. For example, January 1, 1996 would be Date(1,1,1996) in FileMaker Pro and Date(1996,1,1) in ClarisWorks.
Be careful to use the full year in a calculation. If you type 1/1/96 into a date field, it would return January 1, 1996. If you type Date(1,1,96) into a calculation in FileMaker Pro, it would return January 1, 96. The year 96. Not 1996. A thousand years earlier!