Php Time() Minutes Hours Days Table
- Forums
- PHP
- Php Time() Minutes Hours Days Table
This Table Is Use To Convert Seconds Into Hours, Days, Hours, Weeks, Months And Even Years [2094], Last Updated: Mon Jun 24, 2024
Webune Support
Fri Feb 12, 2010
0 Comments
688 Visits
this table is use to convert seconds into hours, days, hours, weeks, months and even years
im a programmer, and i often use php function time()
this information its helpful i knowing these questions:
how many seconds are there in 1 minute
how many seconds are in 1 hour
how many seconds are in 1 day
how many seconds are in 1 week
how many seconds are in 1 month
how many seconds are in 1 year
1 minute = 60
1 hour = 3600
1 day = 86400
1 week = 604800
1 month (30 days) = 18140000
1 year = 217728000
hpe this helps you