Siéntete libre de compartir nuestro sitio y códigos con otro, ayúdanos a ampliar nuestra comunidad.
Ejemplo 1: actualización automática del año de copyright html
<div class="copyright"><footer>Copyright © <span id="year"></span>, All rights reserved to X</footer></div><script>functiongetCurrentYear()returnnewDate().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>
Ejemplo 2: obtener los derechos de autor de javascript del año
<script type="text/JavaScript">var theDate=newDate() document.write(theDate.getFullYear())</script>
Ejemplo 3: año de obtención automática para copyright html
php echo date(Y);?>
Recuerda algo, que te damos el privilegio añadir un diagnóstico si descubriste tu preocupación en el momento fiel.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)