Hi again:
A column in my db is Date. I insert to it through now() function.
It works just fine, however when I extract it from DB it shows something like this (mySQL time) 20020926083837.
I can't format it in my select statement as I'm using Select * from.... (or at least I don't know how!)
So basically I need to format it through php.
Ideas?
thanx
kamy