<?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>ForDevs &#187; Date</title>
	<atom:link href="http://www.fordevs.com/tag/date/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Date Function in Javascript</title>
		<link>http://www.fordevs.com/2008/12/date-function-in-javascript.html</link>
		<comments>http://www.fordevs.com/2008/12/date-function-in-javascript.html#comments</comments>
		<pubDate>Mon, 01 Dec 2008 16:17:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Date]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/date-function-in-javascript.html</guid>
		<description><![CDATA[1.create a date object and store it in a variable var d= new Date&#40;&#41;;   2.Using the date object,Get the hour,minute,second,month,dayofmonth and year of the Current Date var hour = d.getHours&#40;&#41;; var minute = d.getMinutes&#40;&#41;; var second = d.getSeconds&#40;&#41;; var month = d.getMonth&#40;&#41;; var dayofmonth = d.getDate&#40;&#41;; var year = d.getYear&#40;&#41;; Example:- Display Next Day [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/date-function-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

