|
||||||||||
On 28.03.2004 01:35 -0500, taharka wrote:
> Whoops, my bad, I found it & got it working now :) Now, anyone
> notice that the date is displayed as: 2/28/104? However, the time
> is displayed properly. ---
Seems like behavior of the getYear() function is inconsistent among
browsers. ECMAScript defines it as the full year - 1900, so Firefox
is probably right while IE is wrong. I'll just change it to
getFullYear(), which should take care of the problem.
- Manuel |