Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

new date.gettime() is not a constructor

"Correct:"
time = new Date().getTime()
"Date(), not Date."
"Incorrect:"
time = new Date.getTime()
 
PREVIOUS NEXT
Tagged: #constructor
ADD COMMENT
Topic
Name
6+5 =