asp:TextBox加日历控件
<link href="http://www.cnblogs.com/JS/jquery-ui-1.8.5.SouthStreet/css/south-street/jquery-ui-1.8.5.custom.css"
rel="stylesheet" type="text/css" />
<script src="http://www.cnblogs.com/JS/jquery-ui-1.8.5.SouthStreet/js/jquery-ui-1.8.5.custom.min.js"
type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$("#txtDateStart").datepicker({
changeMonth: true,
changeYear: true
});
$("#txtDateStart").datepicker("option", "dateFormat", "yy-mm-dd");
});
</script>
rel="stylesheet" type="text/css" />
<script src="http://www.cnblogs.com/JS/jquery-ui-1.8.5.SouthStreet/js/jquery-ui-1.8.5.custom.min.js"
type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$("#txtDateStart").datepicker({
changeMonth: true,
changeYear: true
});
$("#txtDateStart").datepicker("option", "dateFormat", "yy-mm-dd");
});
</script>