zawadi Posted August 7, 2006 Share Posted August 7, 2006 Hi, I have been working on a help system and have got a lot of it done. But I am now stuck, I want to take a date/time stamp and see if it is the working day and if not then add hours and minuets to it to get a date/time stamp in the next day. but Ican see the logic, HELP ??? Link to comment https://forums.phpfreaks.com/topic/16788-futrue-date/ Share on other sites More sharing options...
Orio Posted August 7, 2006 Share Posted August 7, 2006 1) Check if the time stamp is a working day using the date() function.2) If not add 60*60*24 (the seconds in one day) to the timestamp.Orio. Link to comment https://forums.phpfreaks.com/topic/16788-futrue-date/#findComment-70606 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.