Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 105,772 PHP Programmers for FREE! Ask your question and get quick answers from experts. There are 1,282 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Add an hour value to date

 
Reply to this topicStart new topic

Add an hour value to date

ashaajith
post 18 Jul, 2008 - 08:34 AM
Post #1


New D.I.C Head

*
Joined: 10 Jul, 2008
Posts: 22



I have a date variable
$hours[0] = date("H.i",strtotime("12/31/2002 13:30:24"));
$hours[0] returns 13:30.

I want to add an hour value to the variable $hours[0]

ie, in vbscript we have a function DateAdd("h",24,"12/31/2002 13:30:24")
which adds the value 24 to the hours value.

Do we have some way in php to do that


User is offlineProfile CardPM

Go to the top of the page


MitkOK
post 18 Jul, 2008 - 09:12 AM
Post #2


D.I.C Regular

Group Icon
Joined: 9 Aug, 2007
Posts: 267



Thanked 9 times

Dream Kudos: 225
My Contributions


First of all, $hours[0] is set to 13.30, not to 13:30.
Second, you can do this to add one hour :
php
$hours[0] = date("H.i",strtotime("12/31/2002 13:30:24 + 1 hour"));
User is offlineProfile CardPM

Go to the top of the page

ashaajith
post 19 Jul, 2008 - 06:50 AM
Post #3


New D.I.C Head

*
Joined: 10 Jul, 2008
Posts: 22

QUOTE(MitkOK @ 18 Jul, 2008 - 09:12 AM) *

First of all, $hours[0] is set to 13.30, not to 13:30.
Second, you can do this to add one hour :
php
$hours[0] = date("H.i",strtotime("12/31/2002 13:30:24 + 1 hour"));




thank you.
User is offlineProfile CardPM

Go to the top of the page

MitkOK
post 19 Jul, 2008 - 09:01 AM
Post #4


D.I.C Regular

Group Icon
Joined: 9 Aug, 2007
Posts: 267



Thanked 9 times

Dream Kudos: 225
My Contributions


You're welcome wink2.gif
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 8/21/08 04:09PM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month