Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Use the correct Date method to extract the year (four digits) out of a date object.

var d = new Date();  year = [A];
A = d.getFullYear();
Source by clickup.up.ac.za #
 
PREVIOUS NEXT
Tagged: #Use #correct #Date #method #extract #year #date
ADD COMMENT
Topic
Name
4+1 =