|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-28 21:35 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 07:00:01 2025 UTC |
on windows 98 (apache module, 4.0.5): <?php echo date('j',86400); // it's: 2 ?> on Linux (apache module, 4.0.5): <?php echo date('j',86400); // it's: 1 !!! ?> please decide whether is 1 or 2 ! (it occurs in time calculations, when I try to find out the number of days between two dates.. quite ugly..) I cannot change it with every new version.. and it's quite important in finances, acccountability etc.. Anyway, your work it's great! And PHP it's so easy to use, and so intuitive! Thanx a lot! Daniel BI