美文网首页
mobiscroll设置显示年月日时分秒

mobiscroll设置显示年月日时分秒

作者: Jerry379 | 来源:发表于2018-12-09 13:22 被阅读0次
$('#appDateStart').mobiscroll().datetime({
    theme: 'ios',
    lang: 'zh',
    mode: 'scroller',
    display: 'bottom',
    preset : 'datetime', //日期:年 月 日 时 分
    //stepMinute: 15,
    yearText: '年',
    monthText: '月',
    timeFormat: 'HH:ii:ss',
    dateFormat: 'yyyy-mm-dd',
    timeOrder: 'HHiiss',
    timeWheels: 'HHiiss',
    minDate: new Date(),
    endYear: (new Date()).getFullYear() + 9
});

相关文章

网友评论

      本文标题:mobiscroll设置显示年月日时分秒

      本文链接:https://www.haomeiwen.com/subject/pbghhqtx.html