That is what I want, nulls. If no date is selected, then I do not want
anything there.

Bruce Sorge

"I'm a mawg: half man, half dog. I'm my own best friend!"


On 1/24/07, Greg Morphis <[EMAIL PROTECTED]> wrote:
>
> you could use an imaginary date and <cfparam>s on the page..
> <cfparam name="DateElected"
> default="#dateformat('01/01/9999','mm/dd/yyyy')#"/>
> but it looks like your dateformat() and passing null values to it is
> causing the issue..
> this way, you pass an imaginary date to the database..
> unless you really want nulls, then you couldnt use the dateformat there.
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267495
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to