x
 
<html>
<body>
<script type="text/javascript">
var d = Date.parse("Jul 8, 2005")
document.write(d)
</script>
</body>
</html>