Hi,
I need to set value attribute in my language (spanish) using datepicker functions, but jquery is setting the date in english.
Here is my code:
$("selector").datepicker($.datepicker.regional['es']).val($.datepicker.formatDate('D,dd M yy', date));
Output: Sat,20 Mar 2010
Output needed: Sab,20 Mar 2010
I have no problems with the calendar language but the attribute value is not in the correct language
Can you help me? Thanks