Displaying a variable within a db fed var output
Hello all, I search the forums and could not find a solution to this..... but I am sure it is an easy fix....
I have a site that is storing image info copy etc.... However I have a footer that contains all the disclaimer crap. So I store it in the database record like this:
------
You agree to abide by and comply with these terms and conditions by accessing, using or downloading any material from or on your account.
<br><br>
©#DateFormat(Now(), "yyyy")# ABC LLC. All Rights Reserved
-------
The <br>'s are being displayed correctly, but you can see that the dateformat tag is being displayed as the coded variable and not "2017"
I double checked that all the code is within a cfoutput. Just at a loss so any feedback would be greatly appreciated.
Thanks!!!!
