Hi,
I want pass a variable for number part in Dateadd() funtion instead of hardcoding it.
Eg:
<cfset var a = 180>
now i want to pass this value of a into "number" part of dateadd function.
DateAdd("d", number, now())
How can be this done..?
Hi,
I want pass a variable for number part in Dateadd() funtion instead of hardcoding it.
Eg:
<cfset var a = 180>
now i want to pass this value of a into "number" part of dateadd function.
DateAdd("d", number, now())
How can be this done..?