Hi,
I am trying to manipulate dates using PHP, specifically weeks. I’m in a situation where I want to add two weeks to the current week number, but obviously I can’t just add two if the week number is 51 (in some casses) or 52 or 53 in all cases. It would also need to then add another 1 to the year etc. Is there any in built function(s) that would allow PHP to be able to do this. If it helps I also have the MySQL format style date for Monday - Friday, so could convert to a timestamp and back, although would like to do this as simply as possible with no overhead.