0

i have one bootstrap date picker.

<input name="date2" id="datepicker1" type="date" class="form-control" value="<?php echo date('Y-m-d',strtotime('+1 day')); ?>" />

while here is a jquery,

$( "#datepicker1" ).datepicker();

because of this in apple products like ipad there are two datepicker shows ,one is of jquery while another is of ipad.

i want to prevent to show the default date picker of apple product with jquery. so how can i do that.

Sorry for weak english/

Sanjay Rathod
  • 1,083
  • 5
  • 18
  • 45

0 Answers0