mhonarc-users

Re: Y2K Problem with MhonArc 2.4.4

2000-01-14 17:18:17
On January 14, 2000 at 08:16, Denis McKeon wrote:

Well, 100 must be included, of course:

    $year -= 100  if $year >= 100;

How about:

    $yearfull = $year + 1900;
    $year %= 100;

What, and be YN.NK complient?  Smarty pants.

        --ewh

P.S.  If MHonArc is still in use by 2100, it will be an interesting
100 years.

<Prev in Thread] Current Thread [Next in Thread>