<?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; dateAdd</title>
	<atom:link href="http://flexoop.com/2008/12/flex-dateutils-dateadd/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/</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: Jon</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-4671</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 06 Apr 2011 15:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-4671</guid>
		<description>I ran into a small issue with DateAdd for months.  Using March 31st, 2011, adding 6 months, results in October 1st, 2011, since September has only 30 days.  I would have expected the result to be September 30th, 2011.</description>
		<content:encoded><![CDATA[<p>I ran into a small issue with DateAdd for months.  Using March 31st, 2011, adding 6 months, results in October 1st, 2011, since September has only 30 days.  I would have expected the result to be September 30th, 2011.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-916</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 07 Apr 2010 23:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-916</guid>
		<description>Seems to be working correctly for me.  If you&#039;re referring to the case statement, most of them use the
_returnDate[ datePart ] += number;
line of code.
Case statements execute until they evaluate to true and hit a break.

The demo here
http://flexoop.com/wp-content/uploads/FlexDateUtilsDemo/FlexDateUtilsDemo.html
also appears to work correctly.

Please give me some test cases if you find that something doesn&#039;t work as expected.
Thanks,</description>
		<content:encoded><![CDATA[<p>Seems to be working correctly for me.  If you&#8217;re referring to the case statement, most of them use the<br />
_returnDate[ datePart ] += number;<br />
line of code.<br />
Case statements execute until they evaluate to true and hit a break.</p>
<p>The demo here<br />
<a href="http://flexoop.com/wp-content/uploads/FlexDateUtilsDemo/FlexDateUtilsDemo.html" rel="nofollow">http://flexoop.com/wp-content/uploads/FlexDateUtilsDemo/FlexDateUtilsDemo.html</a><br />
also appears to work correctly.</p>
<p>Please give me some test cases if you find that something doesn&#8217;t work as expected.<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Leinen</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-915</link>
		<dc:creator>Randy Leinen</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-915</guid>
		<description>Gareth, am I missing something or is this function (dateAdd) incomplete? There is no code for most of the datepart switch options. It is the same in the code that I downloaded for the project. Also, in your demo project they do not work as well.</description>
		<content:encoded><![CDATA[<p>Gareth, am I missing something or is this function (dateAdd) incomplete? There is no code for most of the datepart switch options. It is the same in the code that I downloaded for the project. Also, in your demo project they do not work as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-888</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 05 Mar 2010 03:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-888</guid>
		<description>I&#039;m not actually using any Embed tags in my project.  I would have written the entire Flex Date Utils in actionscript if it weren&#039;t for the need of the DateFormatter method to format my dates, and removed the tie to the Flex library altogether :)  This may be from the included FlexUnit4 or Hamcrest swcs that I&#039;m including with it for unit testing.  I&#039;m not actually using Flex4 yet so I&#039;m not able to figure out what I need to do to fix this.  If you could narrow down what I needed to modify, I can make the change.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not actually using any Embed tags in my project.  I would have written the entire Flex Date Utils in actionscript if it weren&#8217;t for the need of the DateFormatter method to format my dates, and removed the tie to the Flex library altogether <img src='http://flexoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   This may be from the included FlexUnit4 or Hamcrest swcs that I&#8217;m including with it for unit testing.  I&#8217;m not actually using Flex4 yet so I&#8217;m not able to figure out what I need to do to fix this.  If you could narrow down what I needed to modify, I can make the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Hawk</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-887</link>
		<dc:creator>Greg Hawk</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-887</guid>
		<description>Somewhere in this library is a specific tie to a core framework version.  Perhaps a embed tag.  Causes this error when not using the same core version. 

1044: Interface method allowDomain in namespace mx.core:IFlexModuleFactory not implemented by class _ServiceRequestWidget_mx_core_FlexModuleFactory</description>
		<content:encoded><![CDATA[<p>Somewhere in this library is a specific tie to a core framework version.  Perhaps a embed tag.  Causes this error when not using the same core version. </p>
<p>1044: Interface method allowDomain in namespace mx.core:IFlexModuleFactory not implemented by class _ServiceRequestWidget_mx_core_FlexModuleFactory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhola</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-867</link>
		<dc:creator>Bhola</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-867</guid>
		<description>thanks, i´m using it!</description>
		<content:encoded><![CDATA[<p>thanks, i´m using it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

