Rich
|
| Posted: 03/08/2003, 11:10 AM |
|
Hey all, im new to CodeCharge and having a problem that you guys could bang out in a moment i guess.
I generated a PHP/MYSQL list page, but with one problem. The date in the list will not show up! I dont know what do do. The Mysql format is unchanged (yyyy-mm-dd), and that shows up fine. When i do a lookup on the data in the DB that im looking at, my feild is a (TIME) feild, and its shows up as (1:00 PM). How can i get this to display in 24 hour format? Anyone?
|
|
|
 |
DaveRexel
|
| Posted: 03/09/2003, 2:00 AM |
|
Hi Rich,
If your mySQL field is TIME then you can set this fields format to H:i or H:i:s in CCS to display 24 hour format.
Greetings
Dave
|
|
|
 |
|