Saved Bookmarks
| 1. |
_______ method of date object sets the full year |
|
Answer» ONG>EXPLANATION: The setYear() method sets the year for a SPECIFIED date according to local time. Because setYear() does not SET full years ("year 2000 problem"), it is no longer USED and has been replaced by the setFullYear() method. |
|