Ask a Question related to PHP Development, Design and Development.
-
Curt Zirzow #1
Re: [PHP] Got failed while calling strtotime().
* Thus wrote [email]Larry_Li@contractor.amat.com[/email] (Larry_Li@contractor.amat.com):
"06 9 2003 12:00AM" is not a valid date string.> I moved website from NT to W2K and got problem of date conversion. I'm
> using MS SQL Server. In SQL Server, the data looks like "06/09/03". I got
> "06 9 2003 12:00AM" in W2K and "Jun 9 2003 12:00AM" in NT. strtotime()
> works ok on NT, but return -1 on W2K.
>
> Any ideas? Thanks a lot!
>
see:
[url]http://www.gnu.org/manual/tar-1.12/html_chapter/tar_7.html[/url]
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
Curt Zirzow Guest
-
CryptProtectData failed when calling from ASP.NET
Hi Everyone, When I call the CryptProtectData function from an ASPX page, I got the following error: The system cannot find the file specified ... -
(0x8004E025) COM+ Activation failed because an initialization function failed. Check the event log for more information.
Resolved this issue... Removed component from COM+ registration. Deleted DLL. Re-compiled DLL from source. Re-registered in COM+. Works fine. Mr... -
Calling a WebMethod returns HTTP Status 417: Expectation failed
Hi Manish, Is there a proxy server between the web service server and the particualr client? Based on my experience, this kind of problem may be... -
strtotime()
I'm curious why this function uses a static value of 30 days to represent a month. If I do: strtotime( '+1 month', mktime( 0, 0, 0, 1, 1, 2003... -
[PHP] strtotime()
"Jennifer Goodie" <goodie@apollointeractive.com> wrote in message news:NEBBIJJIKBGCCCNKMPBCGEMBIOAA.goodie@apollointeractive.com... puts some...



Reply With Quote

