Předchozí Index Další

Zobrazení aktuálního datumu

Ukázka DownLoad



<html>
<head>
<title>
JavaScript
</title>
</head>
<body>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
today = new Date();
document.write(" Dnes je:",today.getDate(),".",today.getMonth()+1,".",today.getYear());
// -->
</SCRIPT>
</body>
</html>