<!DOCTYPE html>
<html>
<body>
<%
response.write(TimeValue("5:55:59 PM") & "<br>")
response.write(TimeValue(#5:55:59 PM#) & "<br>")
response.write(TimeValue("15:34"))
%>
</body>
</html>