I need to write a JavaScript code that changes a date string (2018-05-20) into a season. I've been using this post as a reference, but when I enter the full date it doesn't work.
Javascript coding: Input a specific date, Output the season
Any suggestions would be really appreciate.
Thank you.