How can I rename the text of the Finish button to Close, the code as follows:
jQuery("#fromDatepicker, #toDatepicker").datepicker({ showButtonPanel: true, changeMonth : true, changeYear : true, dateFormat: 'mm/dd/yy', });
the above code displays the jQuery datpick calendar, the โFinishโ button is present in the button bar, I would like to change the text โFinishโ to โCloseโ. Please help me.
Ravichandra
source share