Danny620 Posted July 25, 2009 Share Posted July 25, 2009 $ganja=date("D dS M h:i A"); Assuming the above produced the following . Tue 02nd Jan 11:55 PM How do i add 10 minutes to it to produce this ? . Wed 03rd Jan 00:05 AM Quote Link to comment https://forums.phpfreaks.com/topic/167436-simple-question/ Share on other sites More sharing options...
Alex Posted July 25, 2009 Share Posted July 25, 2009 $ganja=date("D dS M h:i A", time() + (60 * 10)); Quote Link to comment https://forums.phpfreaks.com/topic/167436-simple-question/#findComment-882889 Share on other sites More sharing options...
Danny620 Posted July 25, 2009 Author Share Posted July 25, 2009 thanks thats just made 30% of progress towards my games development Quote Link to comment https://forums.phpfreaks.com/topic/167436-simple-question/#findComment-882890 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.