elviswang
Posts: 3
|
| Posted: 12/07/2004, 7:34 PM |
|
Dear all,
My DB is an Oracle DB. There is a column that its type is DATE. Date Picker can only pick a date, but cannot get a time.
How to get date and time to fill this column??
Elvis
|
 |
 |
E43509
Posts: 283
|
| Posted: 12/08/2004, 4:18 AM |
|
Perhaps you can break the field up on the form into two fields. Use date picker for the date and then put in a separate time field. On submit, you can join/concatenate the fields together and post that to the data base field.
You can put the original field on the form as a hidden field so that CCS will generate the proper sql statement. Make the other two fields just labels not tied to the db
|
 |
 |
|