I have a date string that contains the month and the day: "January 20"
I need to convert this to a timestamp in PHP and can use strtotime to do so. The catc