Day of the Year Leetcode Solution
Problem statement In the problem ” Day of the Year” we are given a string that contains a date in the format YYYY-MM-DD. Our task is to return the day number of that date. If the given date is 2020-01-05. This is 5th January 2020 which is the 5th day …