Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125879
es.date.get-year.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
525 B
Subscribers
None
es.date.get-year.js
View Options
'use strict'
;
var
$
=
require
(
'../internals/export'
);
var
uncurryThis
=
require
(
'../internals/function-uncurry-this'
);
var
fails
=
require
(
'../internals/fails'
);
var
FORCED
=
fails
(
function
()
{
return
new
Date
(
16e11
).
getYear
()
!==
120
;
});
var
getFullYear
=
uncurryThis
(
Date
.
prototype
.
getFullYear
);
// `Date.prototype.getYear` method
// https://tc39.es/ecma262/#sec-date.prototype.getyear
$
({
target
:
'Date'
,
proto
:
true
,
forced
:
FORCED
},
{
getYear
:
function
getYear
()
{
return
getFullYear
(
this
)
-
1900
;
}
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 21 2025, 9:26 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3368078
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment