“Atualização automática Ano de direitos autorais HTML” Respostas de código

Atualização automática Ano de direitos autorais HTML

<div class="copyright">
  <footer>Copyright © <span id="year"></span> , All rights reserved to X</footer>
</div>
<script>
  
  function getCurrentYear() {
    return new Date().getFullYear(); // returns the year via local timing
  };

  document.getElementById("year").innerHTML = getCurrentYear(); 
  //changing the inner html of the span with "year" id to the given year(2021)
</script>
ixWatan_

O ano automático de obter direitos autorais html

<script type="text/JavaScript"> var theDate=new Date() document.write(theDate.getFullYear()) </script>
Brave Bat

O ano automático de obter direitos autorais html

©<? echo date(Y);?>
Brave Bat

Respostas semelhantes a “Atualização automática Ano de direitos autorais HTML”

Perguntas semelhantes a “Atualização automática Ano de direitos autorais HTML”

Procure respostas de código populares por idioma

Procurar outros idiomas de código