<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: setDate</title>
		<atom:link href="http://cycling74.com/forums/topic/setdate/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/setdate/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 01:26:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/setdate/#post-62513</guid>
					<title><![CDATA[setDate]]></title>
					<link>http://cycling74.com/forums/topic/setdate/#post-62513</link>
					<pubDate>Wed, 21 Mar 2012 07:59:13 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>why not working?</p>
<pre><code>autowatch=1;
var d = new Date();
function msg_int(a){

	d.setTime(a*60000);
	post( d.getDate() + "-" +d.getMonth() + "-" + d.getFullYear +"n");
}</code></pre><p>this code throws  when i send it an int (or anything)</p>
<pre><code>js: 1-0-function getFullYear() {
js:     [native code]
js: }</code></pre>						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/setdate/#post-225804</guid>
					<title><![CDATA[Re: setDate]]></title>
					<link>http://cycling74.com/forums/topic/setdate/#post-225804</link>
					<pubDate>Wed, 21 Mar 2012 08:20:38 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>It should be</p>
<p><code><br />
d.getFullYear<strong>()</strong><br /></code></p>
<p>p</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/setdate/#post-225805</guid>
					<title><![CDATA[Re: setDate]]></title>
					<link>http://cycling74.com/forums/topic/setdate/#post-225805</link>
					<pubDate>Wed, 21 Mar 2012 08:55:17 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>oh well</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

