“Mise à jour automatique Copyright Year HTML” Réponses codées

Mise à jour automatique Copyright Year 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_

ANNUE AUTOMATIQUE À L'ANNÉE POUR COPYRIGHT HTML

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

ANNUE AUTOMATIQUE À L'ANNÉE POUR COPYRIGHT HTML

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

Réponses similaires à “Mise à jour automatique Copyright Year HTML”

Questions similaires à “Mise à jour automatique Copyright Year HTML”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code