.EXAMPLES:
If Y is 80, and the current year is 1999,
then the window extends from 1919 to 2018.
If Y is 80, and the current year is 2050,
then the window extends from 1970 to 2069.
If Y is 10, and the current year is 2000,
then the window extends from 1990 to 2089.
The default value of Y is 80. This value can be over-ridden by the /Y
parameter. /Y40, for example, would set Y to 40.
If specified, the /Y parameter must be an integer between 0 and 99.
Specifying /Y99 will cause Fdate to look only into the past. Specifying /Y0
will cause Fdate to look only into the future.
Note that this date-windowing algorithm is not "fixed". That is, it is not
tied to any particular year, and specifically it is not tied to the year
2000. The date window floats along with the current year. And because it
floats, it will produce reasonable results in the year 2000, 2050, 2100, and
even 3000.