From: evan.cordes@umich.edu
Date: Sun Jan 02 2000 - 19:03:52 PST
> From: Rodent of Unusual Size <Ken.Coar@Golux.Com>
> Late last night, <URL:http://www.terraserver.com/> reported the
> date as "Sunday, January 2, 19100". But it gets better: right now
> it's claiming the date is "Sunday, January 2, 192000".
document.write(dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", 19" + now.getYear());
is the offending piece of code. So, it's doing better now than
it was last night ;)
Evan
This archive was generated by hypermail 2b29 : Wed Jan 19 2000 - 15:03:02 PST