Mark B
|
| Posted: 09/19/2002, 2:05 PM |
|
Please Help
I have a form that submits a few fields one being a text box with todays date
When the data is submitted the grid shows **Array** where it should display the date. The custom Insert SQL is done by a Stored Proc.
can someone please help
PHP
Oracle
CCS 1.07
Mark
|
|
|
 |
Nicole
|
| Posted: 09/20/2002, 4:28 AM |
|
Mark,
make sure that date was inserted into table correctly. Please check db date format entered in the field properties, it should match db date format.
Are the previously inserted dates displayed correctly?
|
|
|
 |
Mark B
|
| Posted: 09/20/2002, 5:41 AM |
|
Nicole
The Date filed in DB is actually a VarChar
the textbox control is assigned as a date control displaying the current date
I thin the easiest way out is to fill the textbox with a javasript date.
That works with the popup calendar I have
Mark
|
|
|
 |
Mark B
|
| Posted: 09/20/2002, 5:45 AM |
|
Or how would use PHP to isert the date in the textbox?
|
|
|
 |
Mark B
|
| Posted: 09/20/2002, 9:29 AM |
|
Well how the heck to you get a javascript to insert a date in a text box
I can get it to diplay to page but get script errors when sending it to form
document.formName.formField.value = Some var
gets me "is null or not an object"
TIA
Mark
|
|
|
 |