I'm looking for the right wildcard character to use with jquery.datepicker.parseDate() in the doc it says to use '...' for literal text and also "anything else - literal text". The problem comes when it hits the 'th', 'rd', 'nd', or 'st' that comes after the day number.
I have tried
$.datepicker.parseDate('M d... 2012', 'Jun 28th, 2012');
and it didn't work. Any suggestions?