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
 General SQL Server Forums
 New to SQL Server Programming
 Updating Date Format

Author  Topic 

renatopc
Starting Member

2 Posts

Posted - 2006-03-29 : 09:21:53
Hello,

My date format is set to smalldatetime like: yyyy/mm/dd

I need to convert all date formats on this collumn to dd/mm/yyyy

How could I do this?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-29 : 09:25:06
Dont worry how the dates are stored in table. Use Front End application to format it to the way you want

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

renatopc
Starting Member

2 Posts

Posted - 2006-03-29 : 09:34:58
Thanks Madhivanan!
Go to Top of Page
   

- Advertisement -