更改DatePicker JQuery的日期格式

时间:2015-12-15 15:47:49

标签: javascript php jquery css

我使用以下代码将所选日期插入2个输入。 像魅力一样工作,但我想知道的是,有没有办法改变它插入输入的日期格式?

<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script>
    $(function() {
    $( "#startdatepicker" ).datepicker();
    $( "#enddatepicker" ).datepicker();
    });
</script>

1 个答案:

答案 0 :(得分:4)

以这种方式启动

DrawingView