<?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: How to Format a DateTime in C# / ASP.NET</title>
	<atom:link href="http://www.adventuresindevelopment.com/2009/05/17/how-to-format-a-datetime-in-c-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresindevelopment.com/2009/05/17/how-to-format-a-datetime-in-c-aspnet/</link>
	<description>Web Development Tools, Ideas, Techniques and Resources</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:36:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dot.com</title>
		<link>http://www.adventuresindevelopment.com/2009/05/17/how-to-format-a-datetime-in-c-aspnet/comment-page-1/#comment-17</link>
		<dc:creator>dot.com</dc:creator>
		<pubDate>Sat, 23 May 2009 02:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=35#comment-17</guid>
		<description>those are some good examples, but there are a few much easier ones to remember

ToShortTimeString will give you the time in 12 hour format without date  
ToLongDateString will give you ex: January 10, 2009

im guessing there are a few others like this, but these are the ones i have used</description>
		<content:encoded><![CDATA[<p>those are some good examples, but there are a few much easier ones to remember</p>
<p>ToShortTimeString will give you the time in 12 hour format without date<br />
ToLongDateString will give you ex: January 10, 2009</p>
<p>im guessing there are a few others like this, but these are the ones i have used</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeffG</title>
		<link>http://www.adventuresindevelopment.com/2009/05/17/how-to-format-a-datetime-in-c-aspnet/comment-page-1/#comment-4</link>
		<dc:creator>JeffG</dc:creator>
		<pubDate>Sun, 17 May 2009 20:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=35#comment-4</guid>
		<description>I prefer
String.Format({0:d}, ThisDate);</description>
		<content:encoded><![CDATA[<p>I prefer<br />
String.Format({0:d}, ThisDate);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
