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