我使用带有HTML5的polyfill作为以下代码,它工作正常
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://cdn.jsdelivr.net/webshim/1.12.4/extras/modernizr-custom.js"></script>
<script src="//cdn.jsdelivr.net/webshim/1.12.4/polyfiller.js"></script>
<script>
webshims.setOptions('forms-ext', {types: 'date'});
webshims.polyfill('forms forms-ext');
</script>
<body>
<input class="form-control" id="appointmentDate" type="date" name="appointmentDate" >
</body>
它生成日期选择器,但它不是很好
有没有办法改变其他风格?
答案 0 :(得分:0)
不确定,你的意思不好。这是example with 2 and 1/2 themes和here are some configuration examples。最后但并非最不重要的是datepicker configurator to configure it to your needs。
由于所有内容都是纯HTML和CSS,因此您可以改进自己的样式。