xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
d=CDate("April 22, 2010")
document.write(d)
</script>
</body>
</html>