> I notice the date displayed is 7/31/20 on a message I got in
> web mail ...
> could this be the problem? or is this how the kwm always
> displayed the date?

That's a small JavaScript error in the msgsum.html file, which will be
patched in the next hotfix. It's unrelated to the msg preview bug of this
morning. It truncates the date to 8 chars, expecting a 2-digit year. Some
servers display a 4-digit year. If yours is affected, change this line in
msgsum.html:

  myShortDate = myDate.substring(0,7);

to this:

  myShortDate = myDate;

-Ron




______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Complain like Hell.. mailto:[EMAIL PROTECTED]
Message Archive... http://www.tallylist.com/archives/index.cfm/mlist.4
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to