I'm a 'newbie' with a quick question:
I have an ACCESS database and am using a SQL statement to retrieve data.
sql = "SELECT * FROM users WHERE surname Like '" & startletter & "%' ORDER BY lastname"
I now have a table that has the following asp code:
<%=rsUsers("date")%>
This returns a date which reads something like this:
1/10/2007 12:58:36 PM
How do I get it to show the date only? i.e., 1/10/2007 ?
Thanks
I have an ACCESS database and am using a SQL statement to retrieve data.
sql = "SELECT * FROM users WHERE surname Like '" & startletter & "%' ORDER BY lastname"
I now have a table that has the following asp code:
<%=rsUsers("date")%>
This returns a date which reads something like this:
1/10/2007 12:58:36 PM
How do I get it to show the date only? i.e., 1/10/2007 ?
Thanks