Brian Mann
|
| Posted: 05/17/2002, 8:37 AM |
|
Great to see CCS's flexible date handling control properties in BETA to suite users outside USA - namely dd/mm/yyyy. By setting the Project settings to dd/mm/yyyy (or leaving it blank) will easily display all screens in dd/mm/yyyy (no hardcoding like CC2).
Even on forms I can specify each field's date format to be dd/mm/yyyy but set DBFormat to mm/dd/yyyy (so valid inserts/updates go into SQLServer how dates are really stored - avoiding DB errors).
My question is:
is there a way to set DBFormat for a whole project saving me the time (on each form) of setting each date field's DBFormat to mm/dd/yyyy? It would be great if CodeCharge can add one more property to Project Settings - DBFormat. This would apply to the whole project, but be overiden at control property level if specified - just like the existing Display Date works (in Project Settings).
Regards,
Brian
Melbourne.Australia
|
|
|
 |
Nicole
|
| Posted: 05/20/2002, 1:45 AM |
|
Brian,
you can set date format globally for whole site. Select Project->Settings menu item and select Date Display format on General tab. Note, that you can specify db date format in server side connection settings of each connection.
|
|
|
 |
|