<!DOCTYPE html>
<html>
<body>
<%
d=CDate("2010-02-16")
response.write(DatePart("m",d))
%>
</body>
</html>