Re: Date/LastModified Question

by "EB" <doublebase(at)wanadoo.nl>

 Date:  Thu, 13 Sep 2001 03:42:07 +0200
 To:  "Nathan Lyle" <natelyle(at)chartermi.net>,
"javascript" <hwg-techniques(at)hwg.org>
 References:  chartermi
  todo: View Thread, Original

----- Original Message ----- 
From: Nathan Lyle <natelyle(at)chartermi.net>

| I've been trying to use the following script:
...
|         if (fyear < 2000);
|         fyear = fyear + 1900;
...| 
| And find myself getting strange results for the year (a thousand years
| off in either direction.)
| 
| Any ideas?

no semicolon after if statement?
if (fyear < 2000) 
fyear = fyear + 1900;

afaidk, eric

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA