码迷,mamicode.com
首页 > Web开发 > 详细

jquery 的日期时间控件(年月日时分秒)

时间:2014-06-28 12:01:26      阅读:634      评论:0      收藏:0      [点我收藏+]

标签:style   blog   java   color   art   javascript   

<!-- import package -->
<script type="text/javascript" src="JS/jquery.js"></script>
<script type="text/javascript" src="JS/jquery-ui-1.7.3/ui/jquery-ui-1.7.3.custom.js"></script>
<script type="text/javascript" src="JS/jquery-ui-1.7.3/ui/ui.datepicker.js"></script>
<script type="text/javascript" src="JS/jquery-ui-timepicker-addon.js"></script>
<link type="text/css" href="CSS/jquery-ui-1.7.3/redmond/jquery-ui-1.7.3.custom.css" rel="stylesheet" />

<script type="text/javascript">
    $(‘#dyStartDateTime‘).datetimepicker({
        showSecond: true,
        changeMonth: true,
        changeYear: true,
        timeFormat: ‘hh:mm:ss‘,
        dateFormat: ‘yy-mm-dd‘
    });
    $(‘#dyEndDateTime‘).datetimepicker({
        showSecond: true,
        changeMonth: true,
        changeYear: true,
        timeFormat: ‘hh:mm:ss‘,
        dateFormat: ‘yy-mm-dd‘
    });
</script>

 

jquery 的日期时间控件(年月日时分秒),布布扣,bubuko.com

jquery 的日期时间控件(年月日时分秒)

标签:style   blog   java   color   art   javascript   

原文地址:http://www.cnblogs.com/seacher/p/3798732.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!