<!DOCTYPE html>
<html>
<body>
<%
d=CDate("2019-05-31 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>