Help me with a Date Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kester
Forum Newbie
Posts: 1
Joined: Tue Nov 01, 2005 4:15 am
Location: UK

Help me with a Date Problem

Post by kester »

I need some code that will ..." List of next 8 Fridays. Note that if (Next Friday – Today’s Date) < = 1 then display Friday for the following week as first Friday. .."

I need to populate a combo box with these dates, so I have the bit to do the combo box, But I have no idea, how to add one week to a date, once I have found this fridays date!!

Anyone able to help this newbie???
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply