我正在使用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>
答案 0 :(得分:0)
showsTime :false,
这会从calener中删除时间