I use timestamp as type on a colomn in a table. When I format the a result with date I always get the same date and time. It doesn't seem to work really? Does php and mysql use diffrent timestamps?
One timestamp I have in the table is
20001115214824
when I use date to format this
date("H:i - j/n",$newsValues['date'])
I get "04:14 - 19/1" as result.
TiA!
One timestamp I have in the table is
20001115214824
when I use date to format this
date("H:i - j/n",$newsValues['date'])
I get "04:14 - 19/1" as result.
TiA!