php-windows | 2002071
Date: 07/05/02
- Next message: Rich Gray: "[PHP-WIN] Formless post question"
- Previous message: Per: "[PHP-WIN] Re: Trapping PHP errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Second argument in strtotime seems to have no effect.
strtotime("2001-02-02 12:01:01",981111700);
strtotime("2001-02-02 12:01:01",1000);
strtotime("2001-02-02 12:01:01",time());
strtotime("2001-02-02 12:01:01");
all gives the same output: 981111661. Am I or the function erronous?
/Per
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Rich Gray: "[PHP-WIN] Formless post question"
- Previous message: Per: "[PHP-WIN] Re: Trapping PHP errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

