House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

multiple select drop down box and oracle dates

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Hi Folks,
James Blaha
09/05/08 02:38 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
James Blaha
09/05/2008 02:38 PM

Hi Folks, I ran into an issue with a multiple select drop down box that has a list of dates i.e. mm/dd/yyyy. On my action page I have a cfquery that I would like to pass the list of dates to like: Mydates IN ('08/01/2008','08/02/2008',…) In oracle I need to do something like: TO_DATE('08/01/2008','mm/dd/yyyy'), ect Any ideas how to do this passing the values from a multiple select box? Thanks in advance! -Jim


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists