Be careful using SET EPOCH to Year(Date())-50
use a hard coded date such as 1950. If the computer you are running on fails
the year 2000 roll over. and resets itself to 1900 you will have problems
with your epoch setting not recognizing the year 2000.
Quote:
> For accurate Year 2000 dates, it is wise to always use the 4 digit year.
> This is accomplished by the SET CENTURY ON command. Both the Epoch
> setting and the Century setting should be used. Epoch to ensure that two
> digit dates are translated into proper century dates, and Set Century to
> ensure that all dates are displayed with the full 4 digit year.
> Regards,
> Richard Bivans
> > try adding
> > SET EPOCH TO 1960
> > or
> > SET EPOCH to Year(Date())-50
> > or something like that.
> > Julio Olivares
> > > I have problems with Y2000 and Clipper 5.01 and the Nantucket Tools,
> > > 29.02.2000 is not possible and the two digit input with 00 is 1900
> > > can me help anybody