I'm working on a task where I need to provide specific day like Wednesday, Thursday etc on given input date like
Input:
6 7 2017
Output:
Wednesday
Any help would be appreciated thank you.
I have tried using java.util.Calendar
. I am able to get output like "Sat Sep 05 08:18:27 UTC 2015" but I need only day of week.