I have a form that accepts day, month, year as individual variables and I pass these to a cf template to <br>
insert into a database. In the processing form I want to do the following:<br>
<br>
<cfset entry_date = month & '/' & day & '/' & year><br>
<br>
but errors arise and I'm stumped.<br>
<br>
insert into a database. In the processing form I want to do the following:<br>
<br>
<cfset entry_date = month & '/' & day & '/' & year><br>
<br>
but errors arise and I'm stumped.<br>
<br>