I want to write PHP code to display something like to folowing:-
Code: Select all
Week Commencing July 13thBut is there any examples i can have a look at in order to achieve this..?
Thanks
Regards
Billy
Moderator: General Moderators
Code: Select all
Week Commencing July 13thCode: Select all
echo 'Week Commencing ' . date('F jS', $timestamp);