Ticket #2531828 (closed defect)
ReporterDaniel Slack |
Opened: 02/29/12 Last modified: 08/1/12 Status: closed Type: defect Resolution: fixed |
Owner Allen Rabinovich |
Target Release: 3.6.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | setYear is deprecated | ||
| Description: | According to MDN (see URL), the setYear method on the Date object is deprecated in favor of setFullYear. |
||
| Type: | defect | Observed in Version: | 3.4.1 |
| Component: | DataType-Date | Severity: | S4 (low) |
| Assigned To: | Allen Rabinovich | Target Release: | 3.6.0 |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/setYear | ||
| Test Information: | In on of my projects, I'm importing the base2 JS file (http://code.google.com/p/base2/). This library does a "fix" for IE5-7 where setYear and getYear are incremented and decremented (respectively) |
||
Change History
|
Posted: 03/30/12
|
|
Posted: 05/8/12
|
|
Posted: 06/7/12
|
|
Posted: 06/9/12
|
|
Posted: 08/1/12
|
Shipped in 3.6.0. Marking closed/fixed.