You are viewing a single comment's thread. Return to all comments →
public static String findDay(int month, int day, int year) { return LocalDate.of(year, month, day).getDayOfWeek().toString(); }
Why is this answer get downvoted? SMH
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Java Date and Time
You are viewing a single comment's thread. Return to all comments →
Why is this answer get downvoted? SMH