Re: Date Calculation Help

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

 



revDAVE wrote:

> I have segmented a year into four quarters (3 months each)
> 
> nowdate = the month of the chosen date (ex: 5-30-07 = month 5)
> 
> Q: What is the best way to calculate which quarter  (1-2-3 or 4) the
> chosen date falls on?
> 
> Result - Ex: 5-30-07 = month 5 and should fall in quarter 2

You could do it like this: floor(($month-1)/3)+1;

-- 
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