De Twitter Bootstrap Datepicker manquant Glyphicons

Je suis en train d'utiliser datepicker de bootstrap (http://eternicode.github.io/bootstrap-datepicker/) et tout fonctionne bien sauf aucun des glyphicons sont en train d'apparaître.

J'ai vu que glyphicons sont déplacés vers un autre répertoire sous bootstrap 3 (http://glyphicons.getbootstrap.com/) qui est ce que j'utilise, mais je n'étais pas sûr de savoir comment je peux l'intégrer.

Les deux

<input type="text" value="12-02-2012" date-date-format="yyyy-mm-dd" class="datepicker">

Et

<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>

N'a pas fonctionné.

Quelqu'un sait comment je peux intégrer bootstrap 3 avec le twitter datepicker?

Afficher votre code. Dans le bootstrap 3 <span class="glyphicon glyphicon-refresh"></span> dans le bootstrap 2 <i class="icon-refresh"></i>

OriginalL'auteur Penguinator | 2013-08-08