T
|
Tommy B 12/15/2005 |
Any way to fix this or what is causing the problem? This field is defined in the table as "date" only Rgds, Simon
|
D
|
defcon2000 author 12/15/2005 |
Thanks, I'll give it a shot. |
![]() |
Admin 12/16/2005 |
Hi, else and replace it with: else if(!IsDateFieldType($type)) Then rebuild your project. |
D
|
dmarre 12/21/2005 |
When i try to do a search based on a date, i get no errors but the search comes back with no records. I have made the changes as specified above but still does not work. |
![]() |
Admin 12/22/2005 |
Hi, |
D
|
dmarre 12/22/2005 |
Change this field to DATE or DATETIME in MYSQL or the formatting portion of the phprunner? |
![]() |
Admin 12/22/2005 |
Please change this field type to DATE or DATETIME in MYSQL |
D
|
dmarre 12/22/2005 |
I have to use DATETIME on the MYSQL because the program that is importing the date info into the table has issues importing to MYSQL with the field set to DATE. The date value gets truncated and does not place the correct value in mysql. |
![]() |
Admin 12/23/2005 |
Hi, |
D
|
dmarre 12/24/2005 |
Hi, I wasn't able to reproduce this issue. Please zip and send to support@xlinesoft.com the full set of generated PHP files along with your database creation script. I'll find what's wrong running your pgaes on my test box.
|
A
|
Alan4573 12/26/2005 |
Why not use a date picker in your search field? |