Hi, i want this time: 21:25
How to Adding time using php?
Thank you:w00t:
1 reply to this topic
#1
Posted 08 February 2011 - 11:04 AM
|
|
|
#2
Posted 08 February 2011 - 11:37 AM
You may get an unreliable result, but the gist of it would be:
echo date("H:m", strtotime("21:25 + 1 hour"));
//or
echo date("H:m", strtotime("21:25") + 3600);
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









