Hello,
I would use the getYear in FireFox, but it does not display correctly.
Code:<html> <body> <script type="text/javascript"> var d = new Date () document.write ( "2005 -" + d.getYear ()) </ script> </ body> </ html>
Perfect in IE but in FireFox, nothing works (bad display).
Can anyone help me?
Thank you very much!
Bookmarks