<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Flex Date and Time (datetime) Picker Control</title>
	<atom:link href="http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/</link>
	<description>[without unit tests] you're not refactoring; you're just changing shit. -Hamlet D'Arcy</description>
	<lastBuildDate>Sun, 21 Feb 2010 09:03:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: johnnyfree</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-9383</link>
		<dc:creator>johnnyfree</dc:creator>
		<pubDate>Thu, 22 Oct 2009 02:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-9383</guid>
		<description>I am having a problem when returning the date back from a webservice that the timepicker is already loaded and cannot get it to show the date/time I want from my database. Do you have any idea how to work around that?</description>
		<content:encoded><![CDATA[<p>I am having a problem when returning the date back from a webservice that the timepicker is already loaded and cannot get it to show the date/time I want from my database. Do you have any idea how to work around that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Murphy</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-9381</link>
		<dc:creator>Joe Murphy</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-9381</guid>
		<description>This will put the prefix 0 on the front of single digits&lt;br&gt;&lt;br&gt;if (hours.mx_internal::inputField.text.length == 1) {&lt;br&gt;hours.mx_internal::inputField.text = &#039;0&#039; + hours.mx_internal::inputField.text;&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>This will put the prefix 0 on the front of single digits</p>
<p>if (hours.mx_internal::inputField.text.length == 1) {<br />hours.mx_internal::inputField.text = &#39;0&#39; + hours.mx_internal::inputField.text;<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishen</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-9288</link>
		<dc:creator>Krishen</dc:creator>
		<pubDate>Sat, 18 Jul 2009 15:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-9288</guid>
		<description>Nice, thanks!</description>
		<content:encoded><![CDATA[<p>Nice, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-9161</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 11 May 2009 01:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-9161</guid>
		<description>I&#039;ve noticed that when handling the change event, if I click the up button for hours, I actually get the change event 3 times.  Since I&#039;m creating a post processing activity that occurs after this change, I&#039;d really prefer this to only happen once.  Are you aware of a work around?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that when handling the change event, if I click the up button for hours, I actually get the change event 3 times.  Since I&#8217;m creating a post processing activity that occurs after this change, I&#8217;d really prefer this to only happen once.  Are you aware of a work around?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne lee</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-8087</link>
		<dc:creator>wayne lee</dc:creator>
		<pubDate>Thu, 12 Mar 2009 23:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-8087</guid>
		<description>nice control, just what I was after! :)</description>
		<content:encoded><![CDATA[<p>nice control, just what I was after! <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feby</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-4700</link>
		<dc:creator>feby</dc:creator>
		<pubDate>Sat, 21 Feb 2009 05:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-4700</guid>
		<description>Cool ! :-)

Thanks.

Feby</description>
		<content:encoded><![CDATA[<p>Cool ! <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks.</p>
<p>Feby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-4100</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 29 Jan 2009 03:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-4100</guid>
		<description>There we go, thanks Chris. I noticed this a week or so ago when I was using it in a project, fixed it, and forgot to update. It is a little jacked with the validateNow() calls and could probably use some more work, but it displays the time properly :&gt;</description>
		<content:encoded><![CDATA[<p>There we go, thanks Chris. I noticed this a week or so ago when I was using it in a project, fixed it, and forgot to update. It is a little jacked with the validateNow() calls and could probably use some more work, but it displays the time properly :&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-4099</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 29 Jan 2009 03:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-4099</guid>
		<description>You are 100% correct Chris, and I&#039;ve actually fixed this in the version I am using but haven&#039;t updated it yet. I will do so now.</description>
		<content:encoded><![CDATA[<p>You are 100% correct Chris, and I&#8217;ve actually fixed this in the version I am using but haven&#8217;t updated it yet. I will do so now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-4098</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 29 Jan 2009 02:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-4098</guid>
		<description>I haven&#039;t tried it yet, but while looking at your source code it appears your setter function doesn&#039;t handle midnight. In this situation getHours() will return 0, but you&#039;ll want to do hours.value = 12. (But correct me if I&#039;m wrong).</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried it yet, but while looking at your source code it appears your setter function doesn&#8217;t handle midnight. In this situation getHours() will return 0, but you&#8217;ll want to do hours.value = 12. (But correct me if I&#8217;m wrong).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andresmaro</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-3747</link>
		<dc:creator>andresmaro</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-3747</guid>
		<description>Evan, you can use the mouseDownOutside event, it works like the DateChooser DateSelect Popup. But you have to make the date selection a Popup component.

Joel thanks in advance for this component I haven&#039;t use it yet but it seems to fit my needs.</description>
		<content:encoded><![CDATA[<p>Evan, you can use the mouseDownOutside event, it works like the DateChooser DateSelect Popup. But you have to make the date selection a Popup component.</p>
<p>Joel thanks in advance for this component I haven&#8217;t use it yet but it seems to fit my needs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
