php-general | 2001092
Date: 09/30/01
- Next message: Joel Ricker: "Re: [PHP] session & class driving me nuts"
- Previous message: roel: "[PHP] time limt"
- Next in thread: Justin Garrett: "[PHP] Re: how many day between the two time format"
- Reply: Justin Garrett: "[PHP] Re: how many day between the two time format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i want to check about how many day between the two time format
like
$last_day=time format;
$today=time();
$between_day=?????($today-$last_day);
echo $between_day is the between day...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Joel Ricker: "Re: [PHP] session & class driving me nuts"
- Previous message: roel: "[PHP] time limt"
- Next in thread: Justin Garrett: "[PHP] Re: how many day between the two time format"
- Reply: Justin Garrett: "[PHP] Re: how many day between the two time format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

