jQuery(document).ready(function(){ var theDate = new Date(); var theYear = theDate.getFullYear(); jQuery('#footer-date').html(theYear); console.log('footer year'); console.log(theYear); });
jQuery(document).ready(function(){ var theDate = new Date(); var theYear = theDate.getFullYear(); jQuery('#footer-date').html(theYear); console.log('footer year'); console.log(theYear); });