Posted by Rebecca on January 8, 2001, at 18:30:02
In reply to Re: Last visited - back to the future, posted by Dr. Bob on January 8, 2001, at 1:44:05
I have similar results. I think it's how your page is converting the cookie date into text. I have a cookie value of 978887371680 for a date that should be today, but the display also shows dates in 2280.
I looked at the page source; I don't know JavaScript, so I can't point to what exactly is wrong, but I think it's somewhere in here:
var lastDate = new Date()
lastDate.setTime(lastTime + ZERR) // with kludge
var when = lastDate.toLocaleString()hope that helps.
poster:Rebecca
thread:177
URL: http://www.dr-bob.org/babble/admin/20001124/msgs/180.html