Gprog
|
| Posted: 06/29/2002, 4:10 AM |
|
I've created a form with a textbox with Data Type = Date
I want to assign a default value for example "25-12-2002" but the page shows always "01-01-1970".
I've tried with different date format in the Default value like "2002-12-25" or "25/12/2002" but nothing it always show "01-01-1970".
Generally I've no problem with forms database based in which the dataectly value is correctly showed. Also with CC I was able to assign a default data to a field.
With CCS I'm not able to find the solution.
Any idea?
|
|
|
 |
Chris K.
|
| Posted: 06/29/2002, 8:08 AM |
|
Try to setup date formats proper date formats in those several places:
- Project settings, Project tab, Date Display Format
- Connection properties, Date Format property
- Textbox properties, Format property
|
|
|
 |
|