我正在尝试使用引导程序(http://eternicode.github.io/bootstrap-datepicker/)中的日期选择器,除了没有显示任何字形图标外,一切正常。
我看到 glyphicons 被移动到我正在使用的 bootstrap 3 ( http://glyphicons.getbootstrap.com/ ) 下的另一个目录,但我不确定如何集成它。
两个都
<input type="text" value="12-02-2012" date-date-format="yyyy-mm-dd" class="datepicker">
和
<div class="input-append date datepicker" data-date="12-02-2012" data-date-format="dd-mm-yyyy">
<input class="span2" size="16" type="text" value="12-02-2012" readonly/>
<span class="add-on"><i class="icon-th"></i></span>
</div>
没用。
任何人都知道我如何将 bootstrap 3 与 twitter datepicker 集成?