I am using some supplied code to display the YEAR automatically
This code in Footer JS
jQuery(document).ready(function() {
var currentYear = (new Date).getFullYear();
jQuery("#year").text( (new Date).getFullYear() );
});
This code in the text area of the footer.
<span id="year">TEXT</span>
It works perfectly for Desktop but not for the other view.
Please see this 2 min video for clarification (secure note)