[PHP] Re: strtotime failure

2002-05-07 Thread George Nicolae
strtotime returns a timestamp of a data type(ex 05/07/2002) strtotime(05/07/2002) you can't recevie a timpstamp from a time of a day. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Jennifer Koenig" <[EMAIL PROTECTED]

[PHP] Re: strtotime failure

2002-05-07 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hallo, > > Why would strtotime fail (i.e. return a -1)? I check the type with gettype, > which tells me that the argument I'm passing in is a string. I cast it to a > string before passing it in, with the same results (returns a -1).