<!DOCTYPE html>
<html>
<body>
<%
d=CDate("2010年4月22日")
response.write(d)
%>
</body>
</html>