I am getting string value from a web service in form of "MONDAY", "TUESDAY" upto "Sunday". I am unable to get how to convert them into their corresponding integers using Calendar or other classes, so i did following ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ...