Truthfully, for my application, there's no reason I couldn't just add
a goofy extra line of code like this:

<cfset test = DateConvert("local2utc", CreateODBCDateTime("2011-04-05
19:59:59"))>
<cfset test = ReplaceNoCase(test, " 24:", " 00:", "ONE")>

There isn't going to be any other instance of " 24:" anywhere as the
only space in the date/time string is going to be between the date and
the time.

That's about as easy of a workaround as anything else is going to be I
suspect. LOL.

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to