No not bios, javascript in the browser. The webmesageing you are running is not accounting for the roll of the date to 2000 so it is not adding the 1900 to the returned date from the date method. Before 2000 the javascript date methods woul dhave returned say 99 for 1999 so displaying 1/1/99 is not an issue but in 2000 it would have returned 100 so now ye have a Y2K bug because you do not want to display 1/1/100 you would want to display 1/1/2000 so you need to add 1900 to the year to get the proper date to display.
This is not a hrdware issue it is a software issue in javascript of the browser you are using. Upgrade to a newer version of IMail or go into the templates and fix the java script to add 1900 to the year if the year < 200. Kevin Bilbee > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of David Dresler > Sent: Tuesday, February 14, 2006 11:04 AM > To: [email protected] > Subject: RE: [IMail Forum] Web Messaging Date is incorrect > > > hmm..thats odd. bios issue? although the system was made in 2002, so it > should be compliant. i'll check the bios though to make sure something > hasn't happened in there. > > If it is a javascript error, how would i go about fixing this, reinstall > imail? > > > > > > David Dresler > > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Kevin Bilbee > Sent: Tuesday, February 14, 2006 10:35 AM > To: [email protected] > Subject: RE: [IMail Forum] Web Messaging Date is incorrect > > > Looks like a javascript issue. > > 106 is the date to display properly 1900 needs to be added to it to make > 2006. This is a Y2K issue. > > > > Kevin Bilbee > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of David Dresler > > Sent: Tuesday, February 14, 2006 10:09 AM > > To: IMail_Forum > > Subject: [IMail Forum] Web Messaging Date is incorrect > > > > > > Where does web messaging pick up its date and time? > > > > The following is a header from a test email composed on imail's web > > messaging with default templates from myself to myself. Note the > > date. it > > says it's the year 106. yet the system clock/date is correct. This is > > running Imail 7.07. > > > > > > Thanks for any input you can give! > > > > Received: from cuonlinenow.com [207.170.239.17] by choicenet1.com > > with ESMTP > > (SMTPD32-7.07) id A885447B007C; Tue, 14 Feb 2006 09:51:01 -0800 > > Received: from cuonlinenow.com [207.170.239.17] by cuonlinenow.com > > (SMTPD32-7.07) id A87D2540076; Tue, 14 Feb 2006 09:50:53 -0800 > > From: "Administrator " <[EMAIL PROTECTED]> > > Reply-To: "Administrator " <[EMAIL PROTECTED]> > > Date: Tue, 14 Feb 106 09:50:53 PST > > To: [EMAIL PROTECTED] > > Subject: > > Message-Id: <[EMAIL PROTECTED]> > > X-Declude-Sender: [EMAIL PROTECTED] [207.170.239.17] > > X-Declude-Spoolname: D187d02540076daa8.SMD > > X-Declude-Sender: [EMAIL PROTECTED] [207.170.239.17] > > X-Declude-Spoolname: D1885447b007caec6.SMD > > X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for > spam. > X-Spam-Tests-Failed: Whitelisted [0] > X-Note: This E-mail was sent from mail.cuonlinenow.com ([207.170.239.17]). > X-Note: Total Weight for this email is [0] > X-Note: Recipients: [EMAIL PROTECTED] > X-RCPT-TO: <[EMAIL PROTECTED]> > Status: U > X-UIDL: 431156728 > > > David Dresler > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.15.7/259 - Release Date: 2/13/2006 > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.7/259 - Release Date: 2/13/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.7/259 - Release Date: 2/13/2006 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
