Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
Y A full numeric representation of a year, 4 digits
hrischo каза:нещо такова ли?
Код:<?php $year = date("Y"); echo ("Copyright $year"); ?>
<script language="JavaScript">
copyright=new Date();
update=copyright.getYear();
//---write copyright
document.write("Copyright © 2001-"+ update + " (your company name) All rights Reserved.");
</script>