<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentarer till SQL converting datetime to shortdate</title>
	<atom:link href="http://www.from-rizo.se/2009/04/20/sql-converting-datetime-to-shortdate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.from-rizo.se/2009/04/20/sql-converting-datetime-to-shortdate/</link>
	<description>A blog that brings up subjects regarding developing web applications, Android applications and gaming overall</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:22:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Av: developer</title>
		<link>http://www.from-rizo.se/2009/04/20/sql-converting-datetime-to-shortdate/comment-page-1/#comment-1560</link>
		<dc:creator>developer</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.from-rizo.se/?p=349#comment-1560</guid>
		<description>I put the convert directly into my sql statement
SELECT CONVERT(Varchar(11), DateColumnName), COLUMN2, COLUMN3
FROM XYZ
WHERE ConditionHere

I had to use 11 chars because it comes back like this:
Jan 01 2009</description>
		<content:encoded><![CDATA[<p>I put the convert directly into my sql statement<br />
SELECT CONVERT(Varchar(11), DateColumnName), COLUMN2, COLUMN3<br />
FROM XYZ<br />
WHERE ConditionHere</p>
<p>I had to use 11 chars because it comes back like this:<br />
Jan 01 2009</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: pradanang</title>
		<link>http://www.from-rizo.se/2009/04/20/sql-converting-datetime-to-shortdate/comment-page-1/#comment-775</link>
		<dc:creator>pradanang</dc:creator>
		<pubDate>Mon, 13 Jul 2009 16:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.from-rizo.se/?p=349#comment-775</guid>
		<description>wow you really help me, thanks</description>
		<content:encoded><![CDATA[<p>wow you really help me, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

