Hey Guys and Girls,
I'm selecting a datetime value from SQL Server. In the database the data
looks like:
2001-11-16 18:33:56
When I print out the results on the page I get this:
1005958764
This is how I'm displaying the data:
while(!$rs->EOF)
{
print("<tr><td><font class=smallText>" . $dtmDate->value .
"</font></td><td>
$rs->MoveNext();
}
I'm obviously missing something here....
Any suggestions would be appreciated.
Dave
<%
David Mitchell
[EMAIL PROTECTED]
www.IceRadio.ca
%>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]