Does anyone knows how can I remove the clear button in a datepicker ?. I am using jquery mobile to generate it as follows:\[code\]<label for="txtDate">Date:<label id="lblDateVisitVal" class="message"></label><input id="txtDate" type="date" data-mini="true">\[/code\]Is there anyway I can remove the Clear button shown in the corner or change it for another one?Thanks in advance!