I am trying to see a variable for today's date and then add a month to it to create another variable:
<cfset Variables.DateToday = Now()>
<cfset Variables.DateValReq = DateAdd("m", 1, variables.DateToday)>
However, my output comes out as the following:
Variables.DateToday shows up as...