<?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: Flex Date Utils &#8211; daysInMonth, dayOfWeekAsString</title>
	<atom:link href="http://flexoop.com/2009/01/flex-date-utils-daysinmonth-dayofweekasstring/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com/2009/01/flex-date-utils-daysinmonth-dayofweekasstring/</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/01/flex-date-utils-daysinmonth-dayofweekasstring/comment-page-1/#comment-175</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Sat, 03 Jan 2009 16:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=115#comment-175</guid>
		<description>Definitely.  And that is actually what I am doing inside my &quot;dateFormat&quot; method.  The dayOfWeekAsString is just a direct carryover from ColdFusion&#039;s date library.  For some reason they break out that functionality there, so I decided to include it here also.  I didn&#039;t really understand their reasoning behind including it, but I thought it wouldn&#039;t hurt to include it in the library for those who didn&#039;t want to mess with the dateFormat method directly.  Thanks for reading though, and the suggestion.</description>
		<content:encoded><![CDATA[<p>Definitely.  And that is actually what I am doing inside my &#8220;dateFormat&#8221; method.  The dayOfWeekAsString is just a direct carryover from ColdFusion&#8217;s date library.  For some reason they break out that functionality there, so I decided to include it here also.  I didn&#8217;t really understand their reasoning behind including it, but I thought it wouldn&#8217;t hurt to include it in the library for those who didn&#8217;t want to mess with the dateFormat method directly.  Thanks for reading though, and the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://flexoop.com/2009/01/flex-date-utils-daysinmonth-dayofweekasstring/comment-page-1/#comment-173</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Sat, 03 Jan 2009 10:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=115#comment-173</guid>
		<description>Have you looked at DateFormatter? i.e. the following would do the same.

var dateFormatter:DateFormatter = new DateFormatter();
dateFormatter.formatString = &quot;EEEE&quot;;
trace( dateFormatter.format( new Date( 2009, 1, 1 ) ); // Thursday</description>
		<content:encoded><![CDATA[<p>Have you looked at DateFormatter? i.e. the following would do the same.</p>
<p>var dateFormatter:DateFormatter = new DateFormatter();<br />
dateFormatter.formatString = &#8220;EEEE&#8221;;<br />
trace( dateFormatter.format( new Date( 2009, 1, 1 ) ); // Thursday</p>
]]></content:encoded>
	</item>
</channel>
</rss>

