KFack
KFack

Reputation: 69

Bootstrap Datepicker Formatting

I am using bootstrap-datepicker. The datepicker works, but looks like this:

how it appears when run

Only the datepicker is affected. Other elements (buttons, labels, etc.) appear with standard bootstrap formatting. This is the case on both my local server and on IE 9.

I am not changing any of the datepicker's parameters or doing anything fancy:

$(function () {
    $("#datepicker").datepicker();
});

Full jsFiddle here: http://jsfiddle.net/4KbV6/1/

Upvotes: 1

Views: 216

Answers (1)

PWilliams0530
PWilliams0530

Reputation: 170

I am using chrome, and the fiddle link looks as I would expect it to. Is there a JS setting perhaps toggled on your local server and machine that would be causing this?

Upvotes: 1

Related Questions