Using GetWrittenDate()



This is now: ons 24. april, 2024 - 07:09

Here are the contents of 'default.asp':
<!--#include file ="../../jakes_IO.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="da">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Example use of the GetWrittenDate function</title>
    <link rel="stylesheet" type="text/css" href="/jake.css">
</head>
<body>
    <div align="center"><h1>Using GetWrittenDate()</h1></div>
    <br>
    <br><span style="display:block;border:1px solid black;background:#DFE;padding:10px;">
    This is now: <%=getWrittenDate(now())%>
    </span>
    
    <p><b>Here are the contents of 'default.asp':</b>
    <br><span style="display:block;border:1px solid black;background:#FDE;padding:10px;font-size:11px;">
    <%
        response.write(stringToHTML(getFileContents("default.asp")))
    %>
    </span>



</body>
</html>