<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Take control of DateTime&#8217;s ToString() method.</title>
	<atom:link href="http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/</link>
	<description>Never stop learning.</description>
	<lastBuildDate>Fri, 18 Dec 2009 16:34:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vadim</title>
		<link>http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-482</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Wed, 09 Jul 2008 02:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-482</guid>
		<description>John,
Thanks for the tip. Single quotes definitely works.  You have very nice cheat sheets.  Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>John,<br />
Thanks for the tip. Single quotes definitely works.  You have very nice cheat sheets.  Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S.</title>
		<link>http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-481</link>
		<dc:creator>John S.</dc:creator>
		<pubDate>Tue, 08 Jul 2008 04:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-481</guid>
		<description>Add single quotes: someDate.ToString(String.Format(“MMddyyy-&#039;{0}&#039;”), CountryCode);

See: http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf</description>
		<content:encoded><![CDATA[<p>Add single quotes: someDate.ToString(String.Format(“MMddyyy-&#8217;{0}&#8217;”), CountryCode);</p>
<p>See: <a href="http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf" rel="nofollow">http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-462</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 20 Jun 2008 12:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-462</guid>
		<description>Alexey, it&#039;s a good point.  We should refactor code like this:

&lt;code&gt;someDate.ToString(“MMddyyy-&quot;) + CountryCode;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Alexey, it&#8217;s a good point.  We should refactor code like this:</p>
<p><code>someDate.ToString(“MMddyyy-") + CountryCode;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Romanov</title>
		<link>http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-461</link>
		<dc:creator>Alexey Romanov</dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2008/06/19/take-control-of-datetimes-tostring-method/#comment-461</guid>
		<description>What happens if the country code happens to include a meaningful (for DateTime.ToString) character?</description>
		<content:encoded><![CDATA[<p>What happens if the country code happens to include a meaningful (for DateTime.ToString) character?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
