Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

date get full year

const moonLanding = new Date('July 20, 69 00:20:18');
console.log(moonLanding.getFullYear());
// expected output: 1969
 
PREVIOUS NEXT
Tagged: #date #full #year
ADD COMMENT
Topic
Name
6+2 =