
joejac
Posts: 242
|
| Posted: 08/01/2009, 2:28 PM |
|
Hello,
1.- I have a form with a date field with the following data properties in page_1.php:
Data Type: Date
Format: dd/mm/yyyy
2.- In Project Settings - Locales & Encoding Settings I have:
Date Display Format: dd/mm/yyyy
2.1 In Project Settings -Connections - Modify Connection - Server Tab I have:
Date Format: dd/mm/yyyy
3.- In a list_page.php with a grid I have a link that in Href Source has a parameter that passes date with:
Source Type: DataSource Column
Parameter Source: table_date
Parameter Name: table_date
But in the parameters I can not control the Data Type and its format.
When I click in the link, I see the date goes in the URL in the following way:
table_date=2009-08-01+00%3A00%3A00
and it should be: table_date=01%2F08%2F2009
An in the destination page: page_1.php I see the error:
"The value in field table_date is not valid. use the following format: dd/mm/yyyy."
4.- My problem is how can I tell CCS4 the format in the Href Source for the table_date parameter?
Thanks a lot for your valuable help.
Best regards
joejac
|
 |
 |
|

|
|
|
|