<?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/"
		>
<channel>
	<title>Comments on: createODBCDate() returns &#8216;time&#8217; as well?</title>
	<atom:link href="http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:10:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michael Sharman - chapter31 &#187; Caveat using dateDiff() to compare difference in days</title>
		<link>http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/comment-page-1/#comment-79873</link>
		<dc:creator>Michael Sharman - chapter31 &#187; Caveat using dateDiff() to compare difference in days</dc:creator>
		<pubDate>Mon, 03 Nov 2008 13:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/#comment-79873</guid>
		<description>[...] had some problems a little while ago using dateCompare() and the same thing bit me recently with dateDiff(). Well really I had a problem [...]</description>
		<content:encoded><![CDATA[<p>[...] had some problems a little while ago using dateCompare() and the same thing bit me recently with dateDiff(). Well really I had a problem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/comment-page-1/#comment-29163</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Tue, 04 Dec 2007 20:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/#comment-29163</guid>
		<description>Yeah sounds a bit dodgy Dave, I guess it&#039;s one of those things we just need to keep in mind.

Makes it harder though when the name of the function seems to go against its behaviour.</description>
		<content:encoded><![CDATA[<p>Yeah sounds a bit dodgy Dave, I guess it&#8217;s one of those things we just need to keep in mind.</p>
<p>Makes it harder though when the name of the function seems to go against its behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave H</title>
		<link>http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/comment-page-1/#comment-29152</link>
		<dc:creator>Dave H</dc:creator>
		<pubDate>Tue, 04 Dec 2007 15:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/#comment-29152</guid>
		<description>We had a similar experience - passing a createodbcdate(now()) value to a function that increments the date based on the day of the week (using dateadd) resulted in a return of a date/time where time was NOT 00:00:00, but the actual time of day.  Outputting the passed variable showed no time, while outputting the function result showed the time.</description>
		<content:encoded><![CDATA[<p>We had a similar experience &#8211; passing a createodbcdate(now()) value to a function that increments the date based on the day of the week (using dateadd) resulted in a return of a date/time where time was NOT 00:00:00, but the actual time of day.  Outputting the passed variable showed no time, while outputting the function result showed the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/comment-page-1/#comment-22983</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Sat, 06 Oct 2007 03:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/#comment-22983</guid>
		<description>I think that&#039;s what was happening Tom, the funny thing was why wasn&#039;t I seeing the time part &#039;00:00:00&#039; when I outputted or dumped the createODBCDate() object?

createDate() was another option for me, but was more work to pass in each date element (yyyymmdd) etc</description>
		<content:encoded><![CDATA[<p>I think that&#8217;s what was happening Tom, the funny thing was why wasn&#8217;t I seeing the time part &#8217;00:00:00&#8242; when I outputted or dumped the createODBCDate() object?</p>
<p>createDate() was another option for me, but was more work to pass in each date element (yyyymmdd) etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom  K</title>
		<link>http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/comment-page-1/#comment-22865</link>
		<dc:creator>Tom  K</dc:creator>
		<pubDate>Fri, 05 Oct 2007 08:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/10/05/createodbcdate-returns-time-as-well/#comment-22865</guid>
		<description>I think CreateODBCDate() does have a time index in it - otherwise (I&#039;m guessing here) it wouldn&#039;t be a valid ODBC Date/Time Object?

if you create a Date/Time field in Access, using Now() as the default, it&#039;ll give you: 05/10/2007 09:54:43.

Presumably, CreateODBCDate returns:
05/10/2007 00:00:00 and CreateODBCDateTime will give you 05/10/2007 09:54:43.

That way they&#039;re both valid for access (ODBC); I&#039;d have a play with plain old CreateDate(), which I believe will just return the &quot;date&quot; part.

T</description>
		<content:encoded><![CDATA[<p>I think CreateODBCDate() does have a time index in it &#8211; otherwise (I&#8217;m guessing here) it wouldn&#8217;t be a valid ODBC Date/Time Object?</p>
<p>if you create a Date/Time field in Access, using Now() as the default, it&#8217;ll give you: 05/10/2007 09:54:43.</p>
<p>Presumably, CreateODBCDate returns:<br />
05/10/2007 00:00:00 and CreateODBCDateTime will give you 05/10/2007 09:54:43.</p>
<p>That way they&#8217;re both valid for access (ODBC); I&#8217;d have a play with plain old CreateDate(), which I believe will just return the &#8220;date&#8221; part.</p>
<p>T</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: chapter31.nfshost.com @ 2012-02-09 08:34:06 -->
