这个日期控件如何选择年月日时分秒全格式?
<#input id="costDate" name="消费时间" underline="true" type="date"
clickFun="laydate({istime: true, format: 'YYYY-MM-DD'})"/>
把istime的值改为true,在页面上显示时分秒但全是0,而且选择后也没有用
<#input id="costDate" name="消费时间" underline="true" type="date"
clickFun="laydate({istime: true, format: 'YYYY-MM-DD'})"/>
把istime的值改为true,在页面上显示时分秒但全是0,而且选择后也没有用
2018-03-13
举报