Pois é, justo no chrome 
Código:
var r = e(window),
a = function (t, n) {
this._process_options(n), this.element = e(t), this.isInline = !1, this.isInput = this.element.is("input"), this.component = this.element.is(".date") ? this.element.find(".add-on, .btn") : !1, this.hasInput = this.component && this.element.find("input").length, this.component && 0 === this.component.length && (this.component = !1), this.picker = e(u.template), this._buildEvents(), this._attachEvents(), this.isInline ? this.picker.addClass("datepicker-inline").appendTo(this.element) : this.picker.addClass("datepicker-dropdown dropdown-menu"), this.o.rtl && (this.picker.addClass("datepicker-rtl"), this.picker.find(".prev i, .next i").toggleClass("icon-arrow-left icon-arrow-right")), this.viewMode = this.o.startView, this.o.calendarWeeks && this.picker.find("tfoot th.today").attr("colspan", function (e, t) {
return parseInt(t) + 1
}), this._allow_update = !1, this.setStartDate(this._o.startDate), this.setEndDate(this._o.endDate), this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled), this.fillDow(), this.fillMonths(), this._allow_update = !0, this.update(), this.showMode(), this.isInline && this.show()
};
A chamada é feita pelo que está contido na class="" do input.
Achei estranho não aceitar, tendo em vista que eu só chamo o JS ao final (após o footer).
O mais doido é que se eu chamar o datepicker inline, isto é, dentro de uma DIV e não de um input, o JS reconhece normal. Mas se eu chamar dentro do input, FAIL!
doidera.
Saca as prints.
[Somente usuários registrados podem vem os links. ]
[Somente usuários registrados podem vem os links. ]
Quando clica no input text do prazo, o correto seria abrir o datepicker para a pessoa selecionar a data, como no firefox, mas no chrome não abre nem fudendo.