Printer Version Table of Contents Project Home Page
.TOPIC.......: Y2K - Is Fdate Y2K Compliant
.DISCUSSION..:
Starting in 1998, I began receiving frequent enquiries as to whether Fdate is Y2K-compliant.

The short answer is:

The long answer is:

Fdate's YEAR-ASSUMPTION ALGORITHM, AND Y2K

Prior to version 9.8 Fdate used a "fixed" date-windowing algorithm for dealing with 2-digit years.

if YY is greater than 20, then CC (the century) = 19

if YY is less than or equal 20, then CC = 20

This algorithm (like most Y2K date-windowing algorithms) is date-dependent on the turn of the century that will occur in 2000. I have developed a new algorithm that is independent of that date, and it is the primary reason for the release of Fdate version 9.8 in March 1999. Starting with version 9.8 Fdate uses a "floating" date-windowing algorithm for dealing with 2-digit years. This algorithm will NEVER expire.

see TOPIC Fdate's Century-Assumption Algorithm