<?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>FanaticZine &#187; JQuery</title>
	<atom:link href="http://www.fanaticzine.com/index.php/category/web_desktop_application_developement/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fanaticzine.com</link>
	<description>Creativity Simplified</description>
	<lastBuildDate>Wed, 09 Mar 2011 05:52:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>change date range of JQuery Datepicker</title>
		<link>http://www.fanaticzine.com/index.php/2008/11/change-date-range-of-jquery-datepicker/</link>
		<comments>http://www.fanaticzine.com/index.php/2008/11/change-date-range-of-jquery-datepicker/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 07:28:41 +0000</pubDate>
		<dc:creator>z7oofy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Datepicker]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[set Year range]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=43</guid>
		<description><![CDATA[here is the code. this will set the datapicker year from 1956 to 2003.. [sourcecode language='javascript'] $(&#8216;#dateofbirth&#8217;).datepicker({ yearRange: &#8217;1956:2003&#8242; });[/sourcecode]]]></description>
			<content:encoded><![CDATA[<p>here is the code. this will set the datapicker year from 1956 to 2003..</p>
<p>[sourcecode language='javascript']<br />
$(&#8216;#dateofbirth&#8217;).datepicker({<br />
yearRange: &#8217;1956:2003&#8242;<br />
});[/sourcecode]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2008/11/change-date-range-of-jquery-datepicker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to format date, Jquery UI Datepicker</title>
		<link>http://www.fanaticzine.com/index.php/2008/11/how-to-format-date-jquery-ui-datepicker/</link>
		<comments>http://www.fanaticzine.com/index.php/2008/11/how-to-format-date-jquery-ui-datepicker/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:31:32 +0000</pubDate>
		<dc:creator>z7oofy</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Datepicker]]></category>
		<category><![CDATA[Format Date]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=11</guid>
		<description><![CDATA[Yes, if you are reading this artical, probably you also must have looking for same thing just like I did few mins ago, well let&#8217;s just not keep you searching no more.. so here it is [sourcecode language='javascript']$(&#8216;#txtDate&#8217;).datepicker({ dateFormat: &#8216;dd/mm/yy&#8217; });[/sourcecode] on this example I have used European data format (dd/mm/yy) , you can customize [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, if you are reading this artical, probably you also must have looking for same thing just like I did few mins ago, well let&#8217;s just not keep you searching no more.. so here it is<br />
[sourcecode language='javascript']$(&#8216;#txtDate&#8217;).datepicker({<br />
dateFormat: &#8216;dd/mm/yy&#8217;<br />
});[/sourcecode]<br />
on this example I have used European data format (dd/mm/yy) , you can customize your formatting using following parameters. (from JQuery UI documentation)</p>
<ul style="list-style-type: disc; list-style-image: none; list-style-position: outside; padding-left: 2em;">
<li>d &#8211; day of month (no leading zero)</li>
<li>dd &#8211; day of month (two digit)</li>
<li>D &#8211; day name short</li>
<li>DD &#8211; day name long</li>
<li>m &#8211; month of year (no leading zero)</li>
<li>mm &#8211; month of year (two digit)</li>
<li>M &#8211; month name short</li>
<li>MM &#8211; month name long</li>
<li>y &#8211; year (two digit)</li>
<li>yy &#8211; year (four digit)</li>
<li>&#8216;&#8230;&#8217; &#8211; literal text</li>
<li>&#8221; &#8211; single quote</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2008/11/how-to-format-date-jquery-ui-datepicker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

