如何从Calender.js中删除时间

时间:2016-05-16 14:06:36

标签: javascript calendar

我正在使用calender.js想要从日历组件中删除时间。

 <script type="text/javascript">
        Calendar.setup( {
            inputField : "ToDt", // id of the input field 
            ifFormat : "%m/%d/%Y ", // format of the input field 
            button : "ToDtButton", // trigger for the calendar (button ID)
            align : "Br", // alignment (defaults to "Bl")
            singleClick :true,
            showsTime :true,
             timeFormat :12 
        });
        </script>

1 个答案:

答案 0 :(得分:0)

showsTime :false,  

这会从calener中删除时间