[date picker] image button on the left instead on the right ?
Hello
I would like to know if it's possible to have the button of the date picker on the left instead of the right ?
- $(function() {
$("#what").datepicker({
showOn: 'button',
c: '../img/calendar.gif',
buttonImageOnly: true,changeMonth: true,
changeYear: true,
dateFormat: 'yy-mm-dd',
dayNamesMin: ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'],
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun','Jui','Aoù','Sep','Oct','Nov','Dec']
});
});