Hello everyone,
i have a problem with calculating my ending time in php, here is the situation:
i get five values,
- $startdate
- $startmin
- $starthour
- $minute
- $hour
where $minute and $hour are the event duration times, now what i am trying to achieve is with these values set, i can calculate the ending time, and if necessary, the ending date.
can anyone push me in the right direction?