<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FLASHNUTZ &#187; Date class</title>
	<atom:link href="http://www.flashnutz.com/tag/date-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Mon, 22 Aug 2011 05:40:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Building a simple clock application in as3</title>
		<link>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/</link>
		<comments>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 06:29:57 +0000</pubDate>
		<dc:creator>Flashnutz</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Date class]]></category>
		<category><![CDATA[Date Object]]></category>
		<category><![CDATA[Textfield object]]></category>
		<category><![CDATA[Timer class]]></category>
		<category><![CDATA[Timer object]]></category>

		<guid isPermaLink="false">http://www.flashnutz.com/?p=109</guid>
		<description><![CDATA[Yesterday I posted how the Date class worked in ActionScript 3.  Today I though I would build a simple clock application using the Date class. Building the clock app involves using the Date class in a couple of ways. The Date class returns the current date and time of when the method is called and [...]]]></description>
		<wfw:commentRss>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Date Class in AS3</title>
		<link>http://www.flashnutz.com/2009/02/the-date-class-in-as3/</link>
		<comments>http://www.flashnutz.com/2009/02/the-date-class-in-as3/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 04:18:43 +0000</pubDate>
		<dc:creator>Flashnutz</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Date class]]></category>
		<category><![CDATA[Date Object]]></category>

		<guid isPermaLink="false">http://www.flashnutz.com/?p=104</guid>
		<description><![CDATA[The Date class will allow you to check the current date and time on a user's computer. You'll find this class valuable when developing widgets like an event count down clock. To work with the Date class, you must instantiate a Date object: var myDate:Date = new Date&#40;&#41;; trace&#40;myDate&#41;; When the Date object has been [...]]]></description>
		<wfw:commentRss>http://www.flashnutz.com/2009/02/the-date-class-in-as3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

