Hello,
In my coding, I used strtotime to control the date format (used MS ACCESS). Access uses the general date format which looks like this : dd/mm/yyyy hh:mm:ss
The problem is, if I insert a 'time' into the database, this strtotime function is not working, (eg. 08:30). I thaught then I should insert a date too but read only the time, the result is 08:12 instead of 08:30.
Please help. I use odbc_connect to the database.
Thanks for helping.
PS: I've tried to change the date format in MS ACCESS (into medium time or short time) in the design view, but it is still having the same problem.
GK