I want a method which just returning me the date of next fixed name day.(ex: Monday, Thursday, etc).
Ex:So if I want to give a name(monday) or a number (1, first day from week), it should returning 20/07/2015.
Is it possible to get?
EDITED:
I want to take most appropriated day(Monday,Thursday, Saturday, etc) by my current date.
I give you a example. Current date is WED, 15/07/15:
If I want to take most appropriated date Friday, the result is should be date:17/07/15.
If I want to take most appropriated date Monday, the result is should be date:20/07/15.
How can I get this?