Ok, this is simply everything I need help with:
I want to get the first date of current week in d-m-Y format.
I've tried with Date(), mkdate() ans strotime, but haven't succeeded yet. I'm rather new to php...
Any help would be appreciated!
[Edit]
One solution would be to get current day (ie wednesday) and then calculate current date -2, but there must be a better way to do this [/Edit]