Freid001 Posted August 28, 2010 Share Posted August 28, 2010 Hi All I was wondering if any one could let me know if there is a way in which I can add 30 minutes on to a time stamp. <? echo time(); ?> Thanks Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted August 28, 2010 Share Posted August 28, 2010 <?php echo (time() + 1800); ?> EDIT: Had a typo in there, but corrected it . . . Quote Link to comment Share on other sites More sharing options...
Freid001 Posted September 3, 2010 Author Share Posted September 3, 2010 Thanks Quote Link to comment 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.