<?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: JavaScript: isDate() Function</title>
	<atom:link href="http://www.dallasjclark.com/javascript-isdate-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dallasjclark.com/javascript-isdate-function/</link>
	<description>Blog about IT, Multimedia, Innovations, and The Internet</description>
	<lastBuildDate>Sun, 22 Aug 2010 05:32:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas</title>
		<link>http://www.dallasjclark.com/javascript-isdate-function/comment-page-1/#comment-1586</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 10 Aug 2009 17:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dallasjclark.com/blog/?p=277#comment-1586</guid>
		<description>@Dallas

I noticed you changed the function name in revision 2, and just want to note that I think isValid is a better function name as compared to isDate.

So good move and thanks to @Adrian as well.</description>
		<content:encoded><![CDATA[<p>@Dallas</p>
<p>I noticed you changed the function name in revision 2, and just want to note that I think isValid is a better function name as compared to isDate.</p>
<p>So good move and thanks to @Adrian as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dallas Clark</title>
		<link>http://www.dallasjclark.com/javascript-isdate-function/comment-page-1/#comment-1306</link>
		<dc:creator>Dallas Clark</dc:creator>
		<pubDate>Wed, 12 Mar 2008 12:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dallasjclark.com/blog/?p=277#comment-1306</guid>
		<description>excellent point, thanks Adrian</description>
		<content:encoded><![CDATA[<p>excellent point, thanks Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.dallasjclark.com/javascript-isdate-function/comment-page-1/#comment-1305</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 12 Mar 2008 09:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dallasjclark.com/blog/?p=277#comment-1305</guid>
		<description>Why not adding it as a static method to the Date class? Something like

Date.isValid = function(year, month, day) {
...
}

This way you avoid polluting the global namespace, which is a healthy practice particularly in large applications... Cheers!</description>
		<content:encoded><![CDATA[<p>Why not adding it as a static method to the Date class? Something like</p>
<p>Date.isValid = function(year, month, day) {<br />
&#8230;<br />
}</p>
<p>This way you avoid polluting the global namespace, which is a healthy practice particularly in large applications&#8230; Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
