Alex LL
|
| Posted: 05/08/2002, 1:28 AM |
|
Hello,
I've a timestamp column in a PgSql db.
In the corresponding CC record form field I've set
=Date("d.m.Y, G:i")
as default value and Date as data type.
Html checkbox is unchecked.
Inserting a new record results in an empty date field. What is wrong?
Thanks
Alex LL
|
|
|
 |
Nicole
|
| Posted: 05/08/2002, 5:39 AM |
|
Alex,
most probably PostgerSQL doesn't accept date of such format. Note, that you should enter date into db in db date format.
|
|
|
 |
Brent
|
| Posted: 05/08/2002, 7:09 AM |
|
Have you tried setting the Timestamp to NULL? If it is like MySQL, this sets it
to the current date and time. (I'm assuming this is what you want to do).
|
|
|
 |
|