weekly date change

On one of my sites there is a section called “our next meeting date”. Each week I have to go in and change it which is becoming a pain. Is there a code I can install which will automatically do this for me? Example: Each Monday at 23.59 the date changes from Monday 23rd to Monday 30th.
Any help would be appreciated.

Kind regards,

Clive.

Hi there,

You could always try the following:
[php]echo “Our next meeting is:”.date(“l dS Y”,strtotime(“next monday”));
[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service