They're equivalent, but you don't need any #'s at all:

<cfset diff = DateDiff("d", Now(), deadline) />

-Joe

On Sun, 27 Mar 2005 08:26:27 -0400, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> Shouldnt line 149 read:
> 
>  <CFSET diff = #DateDiff("d", Now(), deadline)#>
> 
> Originally your pounds are on the inside of the datefunction.
> 
>  <CFSET diff = DateDiff("d", Now(), #deadline#)>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to