Reformat Date
Given a date string in the form "day month year", where:
day is a string representing the day of the month, month is a string representing the name of the month, and year is a four-digit string representing the year. Return the date in the format "yyyy-mm-dd".
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)