Answers for "get year footer html"

1

javascript code for year in html

<script type="text/javascript">
  document.write(new Date().getFullYear());
</script>
Posted by: Guest on October-04-2020
0

automatic get year for copyright html

©<? echo date(Y);?>
Posted by: Guest on January-05-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language