Re: [PHP] Periods with UNIX timestamps

2002-05-29 Thread Miguel Cruz

On Wed, 29 May 2002 [EMAIL PROTECTED] wrote:
> Where is the best place to find out the values in seconds(i.e. UNIX time
> stamps) for standard periods of time such as one day and one week and
> one month(The month thing would need to be correct for each month)

This is top-secret copyrighted information, so please don't spread it.

* There are 60 seconds in a minute.

* 60 minutes in an hour.

* 24 hours in a day.

* 7 days in a week.

* Months 1, 3, 5, 7, 8, 10, and 12 have 31 days.

* Months 4, 6, 9, and 11 have 30 days.

* Month 2 has 28 days normally, but 29 if it's a leap year.

* Leap years are those with a year number divisible by four. Years with 
number divisible by 100 are not leap years, but those divisible by 400 
are.

* There are 12 months in a year.

* There are 365 days in a normal year and 366 days in a leap year.

* 10 years in a decade.

* 10 decades in a century.

Remember, this information is all very confidential, which is probably why
you couldn't find it anywhere and were never taught it in school and 
don't own any clocks or calendars.

miguel


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




Re: [PHP] Periods with UNIX timestamps

2002-05-29 Thread Jason Wong

On Wednesday 29 May 2002 21:35, [EMAIL PROTECTED] wrote:
> Where is the best place to find out the values in seconds(i.e. UNIX time
> stamps) for standard periods of time such as one day and one week and one
> month(The month thing would need to be correct for each month)

1 minute = 1 x 60 seconds ...
...
...

Not too difficult ?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Example is not the main thing in influencing others.  It is the only thing.
-- Albert Schweitzer
*/


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




[PHP] Periods with UNIX timestamps

2002-05-29 Thread webmaster



Where is the best place to find out the values in 
seconds(i.e. UNIX time stamps) for standard periods of time such as one day and 
one week and one month(The month thing would need to be correct for each 
month)
 
JJ Harrison[EMAIL PROTECTED]www.tececo.com

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