How to calculate Mother’s Day in JavaScript

1 · Josh Sherman · May 14, 2017, midnight
One of my favorite features of PHP is the strtotime function. It takes a string and gives you the equivalent time in return. Unfortunately, there’s not something similar for other languages. There are other ATTEMPTS to duplicate the function, but nothing I’ve ran into that works quite as well. With......