Posted by My Pet Programmer on 12/24/07 15:59
paul814@excite.com said:
> Well the editorialdate is stored as a VARCHAR and I have to do it that
> way because of some other things that I am doing...I cant store it as
> DATE/TIME. But it is populated as:
> Dec 24, 2007, 8:37 am
> for example.
Ouch, sorry to hear that. Have you traced back to see what you're
getting from the DB? Just a print_r on the rows would do ya. That way
you can narrow down where the problem is. If it's just the query, that's
pretty simple to resolve in most cases.
~A!
[Back to original message]
|