My input type is like below:
<input type="text" placeholder="Students DOB" class="inputText" name="txtPassword" id="txtPassword" onfocus="(this.type='date')" >
In the output on the Android devices, the Calendar does not work on Android device 4.1.2 (Jellybean), but the Calendar works on Android device 4.2 (kitkat)..