|
|
|
|
|
by duskwuff
661 days ago
|
|
A big part of that problem was Javascript's terrible Date API, which was practically a carbon copy of the (equally terrible) java.util.Date. For no good reason, its Date.getYear() method returned the number of years since 1900. |
|