Labs4.com
|
| Posted: 11/10/2002, 4:02 PM |
|
This is not a question, just short explanation to people who have met with this problem.
Be sure that you are using DATETIME data type in MySQL databases for all date related stuff because if you should use DATE, PHP class will not recognize it and will refuse to work with it.
Just wanted to let you know, because I just spent two hours with debugging and finally found the problem.
|
|
|
 |
Steve Chevalier
|
| Posted: 11/11/2002, 2:54 PM |
|
I have a mySQL database with several tables that have date fields. The mySQL field type is "DATE" and I have had good luck with them using CodeCharge and PHP. There is even a nice little datepicker addin tool. I struggled at first but once I got the format correct "YYYY-MM-DD" things went fairly well.
|
|
|
 |
|