Finian826
Posts: 29
|
| Posted: 10/04/2005, 7:41 AM |
|
Good day,
Has anyone modified the date picker that comes standard with CCS 2.3 to allow for the time to be included in the result of the return value, if the datepicker format indicates that it is required.
From what I can see of the datepicker code, it has support for time, but not quite clear how to get it to output the time.
As well a comment on this item from anyone in product development.
Thanks
Terry
|
 |
 |
CCS Exp
|
| Posted: 10/15/2005, 11:40 AM |
|
Quote Finian826:
Good day,
Has anyone modified the date picker that comes standard with CCS 2.3 to allow for the time to be included in the result of the return value, if the datepicker format indicates that it is required.
From what I can see of the datepicker code, it has support for time, but not quite clear how to get it to output the time.
As well a comment on this item from anyone in product development.
Thanks
Terry
all you have to do to get the time out put is modify the format of the date picker field (form text box). Click on the box where the date is inserted and look under the properties>data options on the right hand side. Under format it should say something like mm/dd/yyyy change that with the drop down box to the type of date and time string that you want.
Note: your database has to be able to accept the date/time field.
Good luck
|
|
|
 |
|