vote up 0 vote down star

Hello , i have a situation where i know the start date and the durration of an event in days , how can i calculate the end date ? i found topics on how to calculate the duration between two dates but nothing in my case Thanks in advance .

flag

Duplicate: stackoverflow.com/questions/1318974/… – OMG Ponies Oct 8 at 3:20

1 Answer

vote up 2 vote down check

date(strtotime("+" .durationInDays." days")[,startDate])

link|flag
Not meaning to be rude , but your answer has an error , the second date() parameter is useless unless you are doing some calculation back in time eg. for last year :) date('Y-m-d',strtotime("+" .$durationInDays." days")); – Aviatrix Oct 8 at 15:37
should be fixed then. – schubySteve Oct 8 at 23:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.