Example - RTC


In this example you learn how to use tags for reading current time from Real Time Clock (RTC).

index.asp

<!HEAD SECTION -->
<head>
<title> WebcatPlus Example - RTC </title>
<link href="style.css" type="text/css" rel="STYLESHEET">
</head>

<!BODY SECTION -->
<body>

<H1> WebCatPlus Example #2 Start page </H1>

<p>Current time is :    <b>^WCHOUR^ : ^WCMIN^ : ^WCSEC^</b></p>
<p>Current date is : <b>^WCMONTH^ / ^WCDOM^ / ^WCYEAR^</b></p>

</body>
</html>

Screenshot