VBScript Date Validation

Date Validation

<html>
<body>

<script type="text/vbscript">
somedate="11/51/99"
document.write(IsDate(somedate))
</script>

</body>
</html>