<?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>Comments on: DataFormatString For DateTime Column</title>
	<atom:link href="http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/</link>
	<description>Programming, .Net, SuiteScript</description>
	<pubDate>Thu, 11 Mar 2010 14:16:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-253</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:49:44 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-253</guid>
		<description>for .net 1.1, you can set the value of your DateTime column’s DataFormatString property to “{0:d}”</description>
		<content:encoded><![CDATA[<p>for .net 1.1, you can set the value of your DateTime column’s DataFormatString property to “{0:d}”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionutzu</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-252</link>
		<dc:creator>Ionutzu</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-252</guid>
		<description>But there is no HTMLEncode property in .Net 1.1 . got any other ideas?</description>
		<content:encoded><![CDATA[<p>But there is no HTMLEncode property in .Net 1.1 . got any other ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-141</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 09 May 2008 05:59:58 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-141</guid>
		<description>You could also fix this on back end.
SELECT CONVERT(CHAR(10), yourdatecolumn, 101)</description>
		<content:encoded><![CDATA[<p>You could also fix this on back end.<br />
SELECT CONVERT(CHAR(10), yourdatecolumn, 101)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DataFormatString For DateTime Column &#171; Me.Thoughts.ToString()</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-140</link>
		<dc:creator>DataFormatString For DateTime Column &#171; Me.Thoughts.ToString()</dc:creator>
		<pubDate>Thu, 08 May 2008 03:12:28 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-140</guid>
		<description>[...] Read the full article&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the full article&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-139</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 13 Sep 2007 22:33:09 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-139</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
