JQuery UI是你的朋友……这里有一个示例
var datefield=document.createElement("input")
datefield.setAttribute("type","date")
if (datefield.type!="date"){ //if browser doesn't support input type="date",load files for jQuery UI Date Picker
document.write('\n')
document.write('
document.write('
}
if (datefield.type!="date"){ //if browser doesn't support input type="date",initialize date picker widget:
jQuery(function($){ //on document.ready
$('#birthday').datepicker();
})
}
Date of birth: