tim2boles
Posts: 16
|
| Posted: 08/22/2007, 10:03 PM |
|
I am having some real trouble displaying dates in my forms.
I have looked at each of the posts and searched the forum but I am still lost.
I am using PHP, and MS SQL Server
None of my date fields are displaying results that should be obtained from the database. I know that the database gets submitted results but they are just not appearing in the forms.
In the database I seem them stored as
2007-08-23 00:00:00.000
So I have tried setting the format to yyyy-mm-dd HH:nn:ss.S
and various other ones as well.
Can someone please give me a hint on how to get these dates to display. I am getting very, frustrated and have been working this for 10+ hours.
Regards
Tim
|
 |
 |
bowtellj
Posts: 65
|
| Posted: 08/23/2007, 1:58 AM |
|
I had the same problem with mysql and the solution was to set the time in CCS to yyyy-mm-dd HH:nn:ss
_________________
Thanks
James
Just another Newbie! - Apache 2.24, PHP 5.2.3, MySQL 5.0.41, Windows XP SP2. CCS 3.2.0.2/4.0.2
|
 |
 |
|