<?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: How to Compare Two Dates in ActionScript 3</title>
	<atom:link href="http://userflex.wordpress.com/2008/09/11/as3-date-compare/feed/" rel="self" type="application/rss+xml" />
	<link>http://userflex.wordpress.com/2008/09/11/as3-date-compare/</link>
	<description>Tasty tidbits of Flex knowledge</description>
	<lastBuildDate>Wed, 16 Dec 2009 23:57:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flexing &#187; Blog Archive &#187; Date Comparison Object</title>
		<link>http://userflex.wordpress.com/2008/09/11/as3-date-compare/#comment-92</link>
		<dc:creator>Flexing &#187; Blog Archive &#187; Date Comparison Object</dc:creator>
		<pubDate>Fri, 06 Feb 2009 16:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=231#comment-92</guid>
		<description>[...] Flex 3 (ActionScript 3) does not have a date compare function I used google and found this post: http://userflex.wordpress.com/2008/09/11/as3-date-compare/. It is a great function and seems to work just [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex 3 (ActionScript 3) does not have a date compare function I used google and found this post: <a href="http://userflex.wordpress.com/2008/09/11/as3-date-compare/" rel="nofollow">http://userflex.wordpress.com/2008/09/11/as3-date-compare/</a>. It is a great function and seems to work just [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Schneble</title>
		<link>http://userflex.wordpress.com/2008/09/11/as3-date-compare/#comment-89</link>
		<dc:creator>Nick Schneble</dc:creator>
		<pubDate>Thu, 29 Jan 2009 22:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=231#comment-89</guid>
		<description>@eggplant

Yeah, ObjectUtil is great for comparisons. I tend to do date comparisons using milliseconds more often because I&#039;m usually interested not only in the order of the dates, but in the difference between them as well.

The compare() method above could easily be modded to return the difference instead of -1, 0 or 1. Otherwise you&#039;re right, ObjectUtil.dateCompare() does exactly the same thing.</description>
		<content:encoded><![CDATA[<p>@eggplant</p>
<p>Yeah, ObjectUtil is great for comparisons. I tend to do date comparisons using milliseconds more often because I&#8217;m usually interested not only in the order of the dates, but in the difference between them as well.</p>
<p>The compare() method above could easily be modded to return the difference instead of -1, 0 or 1. Otherwise you&#8217;re right, ObjectUtil.dateCompare() does exactly the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eggplant</title>
		<link>http://userflex.wordpress.com/2008/09/11/as3-date-compare/#comment-88</link>
		<dc:creator>eggplant</dc:creator>
		<pubDate>Thu, 29 Jan 2009 19:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=231#comment-88</guid>
		<description>ObjectUtil.dateCompare( date1, date2);

There&#039;s even stringCompare and numericCompare. I used to do what you did for so long until I discovered these built-in functions. They&#039;ve been in there since at least Flex Beta 3 (the oldest docs I have lying around that I could find).</description>
		<content:encoded><![CDATA[<p>ObjectUtil.dateCompare( date1, date2);</p>
<p>There&#8217;s even stringCompare and numericCompare. I used to do what you did for so long until I discovered these built-in functions. They&#8217;ve been in there since at least Flex Beta 3 (the oldest docs I have lying around that I could find).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Schneble</title>
		<link>http://userflex.wordpress.com/2008/09/11/as3-date-compare/#comment-87</link>
		<dc:creator>Nick Schneble</dc:creator>
		<pubDate>Mon, 26 Jan 2009 23:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=231#comment-87</guid>
		<description>No problem! Glad I could help.  :-)</description>
		<content:encoded><![CDATA[<p>No problem! Glad I could help.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: higbeem</title>
		<link>http://userflex.wordpress.com/2008/09/11/as3-date-compare/#comment-86</link>
		<dc:creator>higbeem</dc:creator>
		<pubDate>Mon, 26 Jan 2009 23:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://userflex.wordpress.com/?p=231#comment-86</guid>
		<description>Thanks for the posting. I&#039;m new to flex/actionscript and I didn&#039;t understand why comparing dates as Dates wasn&#039;t working.</description>
		<content:encoded><![CDATA[<p>Thanks for the posting. I&#8217;m new to flex/actionscript and I didn&#8217;t understand why comparing dates as Dates wasn&#8217;t working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
