Possible Duplicate:
Adding “st, nd, rd, th” to jquery datepicker
I'm currently using this code:
$("input[name=date]").datepicker({ dateFormat: "dd MM" });
Which saves the date as 22 November
for example. I need to put something in place that would save it as 22nd November
instead.