Question
CFSELECT and queries
I am trying to pull some dates out of my database, and have
them show up in
a <cfselect> that users than then pick.
I have:
<cfselect name="ClassDate" size="1" required="yes" message="Please select
the date the class began." query="RequestDate" value="class_date"
display="class_date">
But my problem is on the date formatting. Its a MySql date field, and so it
shows the whole 'ts date time' etc.
How can I do this so all I show in the <cfselect> is the date, formatted
like 03/05/2006, etc?
Thanks!
Steve
a <cfselect> that users than then pick.
I have:
<cfselect name="ClassDate" size="1" required="yes" message="Please select
the date the class began." query="RequestDate" value="class_date"
display="class_date">
But my problem is on the date formatting. Its a MySql date field, and so it
shows the whole 'ts date time' etc.
How can I do this so all I show in the <cfselect> is the date, formatted
like 03/05/2006, etc?
Thanks!
Steve