Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以默认的默认时间(不是说日期)是上午 12:00,我如何将其设置为其他时间?
谈论这个插件http://trentrichardson.com/examples/timepicker/
这直接来自您发布的链接上的文档。
$('#example7').datetimepicker({ hour: 13, minute: 15 });