Response title
This is preview!




I have a date string in Swedish "25-okt-2012", how can I convert it to normal date i.e. in
dd-MMM-yyyyformat using jQuery.
I have tried
$.datepicker.parseDate('dd-M-yy', '25-okt-2012', $.datepicker.regional['en'])
but no luck.
I have an array of object, that contain columnNames.
when i check if a particular columnName exists it alwayz returns -1
Here is an sample http://jsfiddle.net/trLkt/6/
Help will b appriciated, Thanks :)
© 2012 jQuery Foundation
Sponsored by
and others.
