How to find a speciefic nearest day of the week in PHP if initially I have a date string like: 07.05.2010? For example, I want to find the nearest Sunday (or any day of the week). How can I implement this? Thanks
How to find a speciefic nearest day of the week in PHP if initially
Share
This should do: