<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Jeff Holoman's Blog</title>
	<atom:link href="http://jholoman.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jholoman.wordpress.com</link>
	<description>Mostly Oracle, APEX and other stuff</description>
	<lastBuildDate>Fri, 31 Jul 2009 08:21:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adding Time to jQuery Datepicker by Guido Zeleen</title>
		<link>http://jholoman.wordpress.com/2009/05/15/adding-time-to-jquery-datepicker/#comment-6</link>
		<dc:creator>Guido Zeleen</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://jholoman.wordpress.com/?p=42#comment-6</guid>
		<description>Hello Jeff,

You could also change function dpWithTime as show below.

&lt;code&gt;
function dpWithTime(pOraFormatMask, pDpFormatMask) {  
  $(&#039;fieldset[class=datepicker]&#039;).find(&#039;img&#039;).css(&#039;display&#039;,&#039;none&#039;);  
    $(&#039;fieldset[class=datepicker]&#039;).find(&#039;input[type=text]&#039;).datepicker({  
      dateFormat: pDpFormatMask,  
      showOn: &quot;button&quot;,  
      buttonImage: &quot;/i/asfdcldr.gif&quot;,  
      buttonImageOnly: true,
      beforeShow: function() {
        var time = $(this).val().split(&#039; &#039;)[1];
        var date = new Date(); 
        var hours= date.getHours();
        hours = new Array(3 - hours.toString(10).length).join(&#039;0&#039;) + hours;
        var minutes = date.getMinutes();
        minutes = new Array(3 - minutes.toString(10).length).join(&#039;0&#039;) + minutes;
        return {dateFormat: pDpFormatMask + &#039; &#039; + (time ? time : hours + &#039;:&#039; + minutes)}
      }
    }).change(function(event) {validateDate(this, pOraFormatMask)});  
}
&lt;/code&gt;

Kind regards,
Guido</description>
		<content:encoded><![CDATA[<p>Hello Jeff,</p>
<p>You could also change function dpWithTime as show below.</p>
<p><code><br />
function dpWithTime(pOraFormatMask, pDpFormatMask) {<br />
  $('fieldset[class=datepicker]').find('img').css('display','none');<br />
    $('fieldset[class=datepicker]').find('input[type=text]').datepicker({<br />
      dateFormat: pDpFormatMask,<br />
      showOn: "button",<br />
      buttonImage: "/i/asfdcldr.gif",<br />
      buttonImageOnly: true,<br />
      beforeShow: function() {<br />
        var time = $(this).val().split(' ')[1];<br />
        var date = new Date();<br />
        var hours= date.getHours();<br />
        hours = new Array(3 - hours.toString(10).length).join('0') + hours;<br />
        var minutes = date.getMinutes();<br />
        minutes = new Array(3 - minutes.toString(10).length).join('0') + minutes;<br />
        return {dateFormat: pDpFormatMask + ' ' + (time ? time : hours + ':' + minutes)}<br />
      }<br />
    }).change(function(event) {validateDate(this, pOraFormatMask)});<br />
}<br />
</code></p>
<p>Kind regards,<br />
Guido</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Time to jQuery Datepicker by jholoman</title>
		<link>http://jholoman.wordpress.com/2009/05/15/adding-time-to-jquery-datepicker/#comment-5</link>
		<dc:creator>jholoman</dc:creator>
		<pubDate>Sat, 16 May 2009 14:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://jholoman.wordpress.com/?p=42#comment-5</guid>
		<description>Carsten,

I like this plugin, exactly what I was looking for. I missed it when I was searching before. I&#039;ll modify the css and incorporate it on the example page.
Thanks for the tip.
</description>
		<content:encoded><![CDATA[<p>Carsten,</p>
<p>I like this plugin, exactly what I was looking for. I missed it when I was searching before. I&#8217;ll modify the css and incorporate it on the example page.<br />
Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Time to jQuery Datepicker by carsten</title>
		<link>http://jholoman.wordpress.com/2009/05/15/adding-time-to-jquery-datepicker/#comment-4</link>
		<dc:creator>carsten</dc:creator>
		<pubDate>Sat, 16 May 2009 10:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://jholoman.wordpress.com/?p=42#comment-4</guid>
		<description>Hello Jeff,

do you know the datetimepicker-plugin? I use this in my apex-application. Its great.

http://plugins.jquery.com/project/DateTimepicker</description>
		<content:encoded><![CDATA[<p>Hello Jeff,</p>
<p>do you know the datetimepicker-plugin? I use this in my apex-application. Its great.</p>
<p><a href="http://plugins.jquery.com/project/DateTimepicker" rel="nofollow">http://plugins.jquery.com/project/DateTimepicker</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: Pics by jholoman</title>
		<link>http://jholoman.wordpress.com/pics/#comment-3</link>
		<dc:creator>jholoman</dc:creator>
		<pubDate>Wed, 15 Apr 2009 19:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://jholoman.wordpress.com/?page_id=33#comment-3</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://jholoman.wordpress.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-42">Password: <input name="post_password" id="pwbox-42" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: Pics by Arby</title>
		<link>http://jholoman.wordpress.com/pics/#comment-2</link>
		<dc:creator>Arby</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://jholoman.wordpress.com/?page_id=33#comment-2</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://jholoman.wordpress.com/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-42">Password: <input name="post_password" id="pwbox-42" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
</channel>
</rss>
