<?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: The time separator</title>
	<atom:link href="http://baleinoid.com/whaly/2009/08/the-time-separator/feed/" rel="self" type="application/rss+xml" />
	<link>http://baleinoid.com/whaly/2009/08/the-time-separator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-time-separator</link>
	<description>tail -f /var/log/whaly</description>
	<lastBuildDate>Wed, 28 Mar 2012 19:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: whaly</title>
		<link>http://baleinoid.com/whaly/2009/08/the-time-separator/comment-page-1/#comment-36</link>
		<dc:creator>whaly</dc:creator>
		<pubDate>Thu, 07 Oct 2010 09:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=55#comment-36</guid>
		<description>Hi, you can escape the date separator with a double &quot;\&quot;
[code lang=&quot;csharp&quot; light=&quot;1&quot;]DateTime.Now.ToString(&quot;dd\\/MM\\/yyyy&quot;);[/code]

and if you need to change the date separator everywhere in your application you can do something like :
[code lang=&quot;csharp&quot; light=&quot;1&quot;]
CultureInfo ci = new CultureInfo(&quot;bn-BD&quot;); // or get the current culture
ci.DateTimeFormat.DateSeparator = &quot;/&quot;;
Thread.CurrentThread.CurrentCulture = ci
[/code]</description>
		<content:encoded><![CDATA[<p>Hi, you can escape the date separator with a double &#8220;\&#8221;</p>
<pre class="brush: csharp; light: true; title: ; notranslate">DateTime.Now.ToString(&quot;dd\\/MM\\/yyyy&quot;);</pre>
<p>and if you need to change the date separator everywhere in your application you can do something like :</p>
<pre class="brush: csharp; light: true; title: ; notranslate">
CultureInfo ci = new CultureInfo(&quot;bn-BD&quot;); // or get the current culture
ci.DateTimeFormat.DateSeparator = &quot;/&quot;;
Thread.CurrentThread.CurrentCulture = ci
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: mukta</title>
		<link>http://baleinoid.com/whaly/2009/08/the-time-separator/comment-page-1/#comment-35</link>
		<dc:creator>mukta</dc:creator>
		<pubDate>Mon, 04 Oct 2010 04:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://baleinoid.com/whaly/?p=55#comment-35</guid>
		<description>In bn-BD culture Date separator is &quot;-&quot;.
How can I get &quot;/&quot; separator instead of &quot;-&quot; separator using bn-BD culture?</description>
		<content:encoded><![CDATA[<p>In bn-BD culture Date separator is &#8220;-&#8221;.<br />
How can I get &#8220;/&#8221; separator instead of &#8220;-&#8221; separator using bn-BD culture?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: baleinoid.com @ 2012-05-20 01:42:11 -->
