You are viewing a single comment's thread. Return to all comments →
** SOLUTION:**
Calendar c = new GregorianCalendar(); c.set(year, month-1,day ); return (c.getDisplayName(c.DAY_OF_WEEK, Calendar.LONG, Locale.ENGLISH)).toUpperCase();
Seems like cookies are disabled on this browser, please enable them to open this website
Java Date and Time
You are viewing a single comment's thread. Return to all comments →
** SOLUTION:**