adding php time

Posted by redcoder on Stack Overflow See other posts from Stack Overflow or by redcoder
Published on 2010-05-12T20:14:51Z Indexed on 2010/05/12 20:24 UTC
Read the original article Hit count: 158

Filed under:
|

i have a value store in variables as 11:30.

I need to add a minutes to this variable..Example, adding 15 minutes to make it 11:45

can i do that ? i tried to use time() but it will give current time... but i want to add time to the specified variable

© Stack Overflow or respective owner

Related posts about php

Related posts about time