Answers for "date.getfullyear is not a function"

0

date.getfullyear is not a function

var start = new Date(document.getElementById('Stardate').value);
 var y = start.getFullYear();
Posted by: Guest on October-26-2021

Code answers related to "date.getfullyear is not a function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language