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)
 date display format 31/12/2006 specific to databas

Author  Topic 

reddymade
Posting Yak Master

165 Posts

Posted - 2007-01-11 : 22:51:42
I have multiple databases, one of the databases need to have the date format to be like this(international UK)
31/12/2006 - format.

is it possible to set any rules which automatically takes care of the database on the server to haver this format.(31/12/2006)

since i have other databases which are used here in USA.

Thank you very much for the information.

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-01-11 : 23:14:21
the datetime datatype has no intrinsic format, so if you store dates using datetime, there's nothing to worry about.

formatting of dates should be left to your client app.


www.elsasoft.org
Go to Top of Page
   

- Advertisement -