Re: [PHP] Need help with timestamp....

2001-07-05 Thread Brian White
As I understand it, * "strftime" takes a format string and an integer timestamp and returns a date string * "date" takes a different type of format string and an integer timestamp and returns a date string In both cases they default to using the timestamp for the current time. SO: what you cod

Re: [PHP] Need help with timestamp....

2001-07-05 Thread Jay Paulson
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 7:46 PM Subject: [PHP] Need help with timestamp I want to stamp the CURRENT time on my page... as of right now it's reading == Wednesday 31 December, 1969 == i assume im not doing somethi

[PHP] Need help with timestamp....

2001-07-05 Thread JustinS
I want to stamp the CURRENT time on my page... as of right now it's reading == Wednesday 31 December, 1969 == i assume im not doing something correctly... the following is how i have the line written atm define('SUB_BAR_TITLE', strftime(DATE_FORMAT_LONG, (date ("F d, Y h:i:s A";