<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - flash - 9.0 - ActionScriptLangRefV3 - Date.html</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T23:06:46</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85733" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85731" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85587" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81903" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81713" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81489" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81386" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#72937" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85733">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85733</link>
		<description>The Date class is final ( as are several others) for performance reasons. I also got this response:&lt;br&gt;&lt;br&gt;For Date, there is also a behavioral reason.  Date.toString() must produce a string which Date's constructor can parse.   For a Date d, d == new Date(d.toString()).     It is difficult to imagine how we could enforce that restriction on overridden toString methods.</description>
		<dc:creator>brsnyder117</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-07-14T13:00:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85731">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85731</link>
		<description>I'll ask around and see if I can find an answer to this question.</description>
		<dc:creator>brsnyder117</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2008-07-14T11:45:35</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85587">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#85587</link>
		<description>Just out of interest, why has the Date class been made final? As now I can no longer extend it. In AS2 I used to have a nice DateExtended class which transparently added tonnes of functionality. I cannot port this directly to AS3, making my AS3 code here clumsier than in AS2 :(&lt;br /&gt;&lt;br /&gt;I'm sure you have good reason. I can't find any info on this elsewhere.</description>
		<dc:creator>undefine</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-07-09T07:16:49</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81903">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81903</link>
		<description>No screen name,&lt;br&gt;&lt;br&gt;I'm not entirely sure what you're trying to do but you should be able to create some logic that uses the method getTimezoneOffset() to set the time property. Is that what you're after?</description>
		<dc:creator>djtechwriter</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-03-13T16:12:01</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81713">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81713</link>
		<description>I need to work with a set of dates/times where the timezone is different from the computer's time zone. Unfortunately, the timeZone property is read only. How can this be worked out without having to manually do the offset?&lt;br /&gt;Thanks</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-03-09T20:33:54</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81489">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81489</link>
		<description>var myDate2:Date = new Date(&quot;2007/10/11 20:42:19&quot;);&lt;br&gt;trace(myDate2);&lt;br&gt;&lt;br&gt;produces: Thu Oct 11 20:42:19 GMT-0700 2007&lt;br&gt;&lt;br&gt;if I haven't misinterpreted your string.</description>
		<dc:creator>extdw_doc</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-03-04T22:12:42</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81386">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#81386</link>
		<description>The date constructor with the string parameter is not clear and seems to be much less flexible than its PHP conterpart. &lt;br /&gt;Can anyone provide more info on the exact formats supported?&lt;br /&gt;This ones that works with PHP, doesn't in AS3...&lt;br /&gt;&quot;2007-10-11T20:42:19Z&quot;&lt;br /&gt;- Philippe</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-03-02T13:44:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#72937">
		<title>flash/9.0/ActionScriptLangRefV3/Date.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Date.html#72937</link>
		<description>If you are searching for Unix timestamp, POSIX timestamp, or milliseconds since the unix epoch, the property you want is &quot;time&quot;.</description>
		<dc:creator>allaryin</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-08-29T11:45:09</dc:date>
	</item>
	</rdf:RDF>

