Fixed.

You will see it in the next nightly build (which should be a few hours away from now actually!)

this works:

<cfset oInterval = #createTimespan(0,0,15,0)#>
<cfloop index="dtTime" from="10:00 AM" to="11:59 PM" step="#oInterval#">
  #TimeFormat( dtTime, "h:mm TT" )# <br/>
</cfloop>

10:00 AM
10:15 AM
10:30 AM
10:45 AM
11:00 AM
11:15 AM
11:30 AM
11:45 AM
12:00 PM
12:15 PM
12:30 PM
12:45 PM
...

Adam Cameron wrote:
I mean... it all amounts to the same thing (1/24th) - or should do! -
but it's interesting you're getting a different value there.

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

Reply via email to