ekendricks
Posts: 34
|
| Posted: 10/06/2006, 10:30 AM |
|
Using CCS 3.0.4.12 SQL Server 2005
I'm having an issue in one area with passing the Date by URL.... The receiving page gives me error......Type mismatch: 'CInt'
I'm using a dynamic link (data pulled from DB Table) to pass the criteria: The Date as seen when viewing the link is "09/05/2006", but the URL looks like "9/5/2006" and I get the above error. If I insert the "0" in the URL to correct the format, click "GO", the page displays properly.
I have checked that the DataType is "Date" Format is "mm/dd/yyyy", and DBFormat is "yyyy-mm-dd HH:nn:ss" and changing the formats around, and changed Content from HTML to Text and back......
Does anyone have a clue as to why I'm seeing 09/05/2006 and yet passing by URL 9/5/2006?
Thanks in advance for assistance.
Ernest
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 10/06/2006, 8:34 PM |
|
My ASP code is still running 2.x, but I modified the date functions to allow
internationalizatio, and that is one of the things which I addressed.
I have not looked at 3.x with ASP, since all of my dev work on 3.x is php,
but I assume you can do the same.
The php application does not need to be internationalized, so I have not had
a need to modify it.
|
|
|
 |
|