ID:               11371
 Comment by:       pic-wet123 at hotmail dot com
 Reported By:      satit at thaijoin dot com
 Status:           Bogus
 Bug Type:         Date/time related
 Operating System: win98
 PHP Version:      4.0.5
 New Comment:

<a href=http://r-quick-medical-dou.da.ru>wet pic</a>


Previous Comments:
------------------------------------------------------------------------

[2001-06-13 14:17:30] [EMAIL PROTECTED]

See this manual page for more info about UNIX timestamps:

http://www.php.net/manual/en/function.mktime.php

this is not a bug in PHP but in Windows..

--Jani


------------------------------------------------------------------------

[2001-06-09 18:29:19] satit at thaijoin dot com

This is my script for test function strtotime

<?
for ($year=1900;$year <2010;$year++){
$fdate2= "20 jun ".$year;
$date2=strtotime($fdate2); 
echo "$year ,$date2<br>";
}

$day = date('d M Y');
echo "$day<br>";
$fdate1= strtotime("9 jun 1959");
$fdate2= strtotime($day);
$day = $fdate2-$fdate1;
$days= round($day/86400); 
echo "$fdate1<br>";
echo "$fdate2<br>";
echo "days = ".$days."<br>";
echo "years = ".round($days/365);
?>

------------------------------------------------------------------------

[2001-06-09 01:59:19] [EMAIL PROTECTED]

Please include a short example script into this report.


------------------------------------------------------------------------

[2001-06-08 20:18:39] satit at thaijoin dot com

I use function strtotime() for count days and have return value -1 in
year 1939 to 1969 on php 4 for windows and php 3.0.16 to and php 3.0.16
have error illegal operation in year 1938 and 2038. Php for linux have
return value complete. Have any idea for function count days?

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=11371&edit=1

Reply via email to