Problem with the datepicker ( two time sthe year take )
Hi to all
i have a problem with the datepicker, it takes me two times the year, like this: 16/09/20102010
Anyone can help me?
Is there an error in this code?
$.datepicker.setDefaults({
changeMonth: false,
stepMonths:1,
changeYear: true,
// showOn: 'both',
buttonImageOnly: true,
buttonImage: '<%=request.getContextPath()%>/css/images/cal.gif',
//buttonImage: '/unes/css/images/cal.gif',
speed:'fast',
showStatus: true
});
$("#apertureStraordinarie").datepicker({
showOn: 'both',
speed:'fast'
});