Preserved Topic: Date and Time conversion in PHP (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: :morF |
posted 04-06-2003 08:48
As with almost all server-side questions I ask...this has been cross-posted over at the Gurus Network.. |
Paranoid (IV) Inmate From: Milwaukee |
posted 04-06-2003 12:57
First off, if you've got a date/time in any reasonable format, you can use the strtotime function to turn it into a UNIX timestamp. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 04-06-2003 18:38
current server-timestamp would be time(). |
Maniac (V) Mad Scientist From: :morF |
posted 04-07-2003 08:30
Thanks guys...I've got all my functions written now, now onto the relativley easy main code...I've just got to do some user authentication things and a whole bunch of access pages and then I'm done...after this (if they agree to buy this iteration of it) I just have to pretty it up to their specifications. |