Das zeigt nur, wie wenig Ahnung die Leute haben, die diese Seiten bauen.
Was mich so aergert ist, dass
Microsoft meint:
Zitat:
|
JScript is the Microsoft implementation of the ECMA 262 language specification (ECMAScript Edition 3). With only a few minor exceptions (to maintain backwards compatibility), JScript is a full implementation of the ECMA standard.
|
, gleichzeitig aber die
Spezifikation mit Fuessen tritt:
Zitat:
The getFullYear method is preferred for nearly all purposes, because it avoids the “year 2000
problem.”
When the getYear method is called with no arguments the following steps are taken:
1. Let t be this time value.
2. If t is NaN, return NaN.
3. Return YearFromTime(LocalTime(t)) − 1900.
|
Wuerde MS die Spezifikationen einhalten, muessten sich die Webdesigner nicht mit derartigen Kleinigkeiten auseinandersetzen. DANKE MICROSOFT !!!
