Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how to format a date to system date format

Author  Topic 

rajesha
Starting Member

36 Posts

Posted - 2002-06-03 : 01:20:06
i want to convert a date in one format to system date format in sql query
while writing "select convert(varchar,app_date,105) from tablble"
it is giving date in 01-01-2002

i dont want date in this format i want this date according to the syatem format?is there any way?


Nazim
A custom title

1408 Posts

Posted - 2002-06-03 : 01:33:54
AFAIK Rajesha, you dont have to do anything to convert the date into the current system format. coz it will come that way only.



--------------------------------------------------------------
Go to Top of Page
   

- Advertisement -