Jon's Blog

.NET Development & More

SQL: Converting DateTime to MM/DD/YYYY Format

I tend to look this up quite a bit, so here it is for quick reference.  This converts a datetime column into a MM/DD/YYYY format.

UPDATE MyTable
SET DateColumn2 = CONVERT(varchar(10), DateColumn1, 101)
t" value="Enter search term or APML url" id="searchfield" onkeypress="if(event.keyCode==13) return BlogEngine.search('/blog/')" onfocus="BlogEngine.searchClear('Enter search term or APML url')" onblur="BlogEngine.searchClear('Enter search term or APML url')" />

Tag cloud

Month List

Blogroll

Download OPML file OPML