lord22
08-07-2008, 09:54 PM
Hi
I'm trying to create a simple guest book, which should also write the date&time of the post, in the following way: 04/08/08 13:50.
In a regular PHP code I'm using GMT in order to see the right date&time, but here I don't really know what's the best way to store this kind of data in my database, and then print it, in this structure: 04/08/08 13:50.
I'm trying to create a simple guest book, which should also write the date&time of the post, in the following way: 04/08/08 13:50.
In a regular PHP code I'm using GMT in order to see the right date&time, but here I don't really know what's the best way to store this kind of data in my database, and then print it, in this structure: 04/08/08 13:50.