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.
| 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/ddI need to convert all date formats on this collumn to dd/mm/yyyyHow 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 wantMadhivananFailing to plan is Planning to fail |
 |
|
|
renatopc
Starting Member
2 Posts |
Posted - 2006-03-29 : 09:34:58
|
| Thanks Madhivanan! |
 |
|
|
|
|
|