<?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>Dream House &#187; date field</title>
	<atom:link href="http://sajjadhossain.com/tag/date-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://sajjadhossain.com</link>
	<description>Courage to do something...</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:55:23 +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 control using JavaScript</title>
		<link>http://sajjadhossain.com/2008/03/13/date-control-using-javascript/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2008/03/13/date-control-using-javascript/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 07:21:00 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[My Works]]></category>
		<category><![CDATA[date control]]></category>
		<category><![CDATA[date field]]></category>
		<category><![CDATA[date picker]]></category>
		<category><![CDATA[form date cotrol]]></category>
		<category><![CDATA[javascript date control]]></category>
		<category><![CDATA[javascript date field]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=29</guid>
		<description><![CDATA[Date control is a combination of three drop downs with month, day and year valus. It can be used as an alternative to the date picker control. Suppose a user needs to select a date before/after 10 years. At this point selecting the date with a date picker will not be easy and time consuming. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Date control is a combination of three drop downs with month, day and year valus. It can be used as an alternative to the date picker control. Suppose a user needs to select a date before/after 10 years. At this point selecting the date with a date picker will not be easy and time consuming. So, in this situation, this control may be helpful.</p>
<p><img src="http://sajjadhossain.com/wp-content/uploads/2008/03/date_control.gif" alt="Date control" title="Date control using JavaScript" /></p>
<p>To customize you need you can configure it. Change the properties in date_control.js file.</p>
<p><strong>How to use it?</strong></p>
<p>1. Unzip the download<br />
2. Link the date_control to the page you want to use it in.<br />
3. Write this code where you want to place the control</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script language<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #006600; font-style: italic;">// getting the date control</span>
getDateControl<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;name_of_the_field&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;name_of_the_form&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>For more details see the demo.html file included in the download.</p>
<p>I have tested the code with Internet Explorer 6 and FireFox 2.X.X and it works fine.</p>
<p>You can download a copy from here:  <a href="http://sajjadhossain.com/wp-content/uploads/2008/03/data_control.rar#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank" title="Date Control Download"><img src="http://sajjadhossain.com/wp-content/uploads/2008/01/download.gif" alt="Download" align="absmiddle" border="0" title="Date control using JavaScript" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2008%2F03%2F13%2Fdate-control-using-javascript%2F&amp;linkname=Date%20control%20using%20JavaScript"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2008/03/13/date-control-using-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
