奔腾年代

但行好事,莫问前程。

导航

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>

posted on 2011-03-03 14:31  奔腾年代  阅读(442)  评论(0编辑  收藏  举报