Currently using safari 8.0, I attempted to execute
new Date('sat-oct-10-2015');
Interestingly, in chrome it correctly outputs a Date object with the given date. However, in safari the result is
Invalid Date
I'm now faced with the challenge of working with dates in this format on safari. Any suggestions?