Re: Making several variables into 1 variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Miller, Terion schrieb:
I need to take this:

   $pastDays = strtotime("-30 days");



$past_day = date("d", $pastDays);

$past_month = date("m", $pastDays);

$past_year =date("y", $pastDays);


And make it into one var to compare to a db field that is formatted like
00/00/00

$result = date("d/m/y", $pastDays);



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux