<!DOCTYPE html>
<html>
<body>
<%
response.write(IsDate("1947年4月22日"))
response.write("<br>")
response.write(IsDate(#01/31/10#))
%>
</body>
</html>