Time format

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • YAC WP

    Time format

    I got problem with getting $time for example like "22:01:34" to PostgreSQL
    database using function $time=date("H:i :s") in PHP script. The erros is like
    unknow external time format. In MySQL it works correctly, and as i INSERT
    INTO table (time) VALUES ('22:01:24'); from psql command promt from the
    shell it works. Please help.


Working...