I'm using a cfloop to loop over a date range.

In essence, I want to insert a new record into the db for every 2
weeks (step) of a date range (from and to)

my loop looks like this...
<cfloop from = "#form.startDate#" to = "#form.endDate#" index = "i"
step = "#theStep#">


This works perfectly in CF8, in openBD, I get this error...
Data not supported: value [11/05/09] is not a number

Any ideas of a work around?

Thx

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to