mhonarc-users

Re: Y2K Problem with MhonArc 2.4.4

2000-01-14 03:08:36
Earl Hood wrote:

Probably quicker to just subtract 100 from $year if $year > 100
after $yearfull has been set:

    $year -= 100  if $year > 100;

Well, 100 must be included, of course:

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

/ Gunnar

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