Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convert SQL date into dd/mm/yyyy 1

Status
Not open for further replies.

colinbell

Technical User
Jul 15, 2004
50
GB
Hi I have a SQL table where the dates are stored in US format yyyy-mm-dd 00:00:00:000
I have an asp page where the user can enter date parameters as dd/mm/yy
this isn't returning the records I'd like - is there a function I can use to convert what the user enters to match records in the SQL table ?

regards
ian
 
just use Now in your sql, its a sql function

www.sitesd.com
ASP WEB DEVELOPMENT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top