<!DOCTYPE html>
<html>
<body>

<%

d=CDate("2010-02-16 13:45")
response.write(FormatDateTime(d) & "<br>")
response.write(FormatDateTime(d,1) & "<br>")
response.write(FormatDateTime(d,2) & "<br>")
response.write(FormatDateTime(d,3) & "<br>")
response.write(FormatDateTime(d,4) & "<br>")

%>


</body>
</html>