<?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: Date Formatting with Flex</title> <atom:link href="http://www.placona.co.uk/173/flex/date-formatting-with-flex/feed/" rel="self" type="application/rss+xml" /><link>http://www.placona.co.uk/173/flex/date-formatting-with-flex/</link> <description>ColdFusion, Ruby and General Technology</description> <lastBuildDate>Thu, 26 Jan 2012 20:51:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Marcos Placona</title><link>http://www.placona.co.uk/173/flex/date-formatting-with-flex/comment-page-1/#comment-2284</link> <dc:creator>Marcos Placona</dc:creator> <pubDate>Tue, 03 May 2011 10:04:29 +0000</pubDate> <guid
isPermaLink="false">#comment-2284</guid> <description>Aren&#039;t they just equivalents, but one is pure AS3 and the other in flex markup? I don&#039;t think there&#039;s any difference on them.</description> <content:encoded><![CDATA[<p>Aren&#8217;t they just equivalents, but one is pure AS3 and the other in flex markup? I don&#8217;t think there&#8217;s any difference on them.</p> ]]></content:encoded> </item> <item><title>By: Rajesh</title><link>http://www.placona.co.uk/173/flex/date-formatting-with-flex/comment-page-1/#comment-2280</link> <dc:creator>Rajesh</dc:creator> <pubDate>Mon, 25 Apr 2011 12:31:43 +0000</pubDate> <guid
isPermaLink="false">#comment-2280</guid> <description>use the below:
var formatter1:DateFormatter = new DateFormatter();
formatter1.formatString = &quot;DD/MM/YYYY&quot;;
//Alert.show(&quot;Date &quot; + txtInvoicedt.text);
var result_date:String = formatter1.format(&quot;13/12/2010&quot;);</description> <content:encoded><![CDATA[<p>use the below:<br
/> var formatter1:DateFormatter = new DateFormatter();<br
/> formatter1.formatString = &#8220;DD/MM/YYYY&#8221;;</p><p> //Alert.show(&#8220;Date &#8221; + txtInvoicedt.text);<br
/> var result_date:String = formatter1.format(&#8220;13/12/2010&#8243;);</p> ]]></content:encoded> </item> </channel> </rss>
