Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<title> The Age Calculator</title>
</head>
<body>
<script language="JavaScript">
function CalculateAge()
{
var birthyear = document.form1.txt.value;
var currentyear = new Date();