Bootstrap 3.0 RC1 compatible datepicker

12,892

Finally I found a viable BS3 datepicker component here; it's a WIP but that's acceptable as I'm in the prototype phase of my project. I hope someone could find this helpful.

Btw this component isn't still listed in the gallery of Bootstrap components, Bootsnipp.

EDIT - This component is now listed at Bootsnipp

EDIT - This is compatible with the latest stable version of BS3.

Share:
12,892

Related videos on Youtube

Fer García
Author by

Fer García

.NET programmer; now learning Rails, Python and SaaS technologies.

Updated on September 15, 2022

Comments

  • Fer García
    Fer García about 1 year

    Start learning Bootstrap. I'm writing a site prototype for my work, and I need a datepicker component. Someone knows a component that is compatible with the new version of Bootstrap, 3.0 RC1? Thanks in advance.

  • Fer García
    Fer García over 10 years
    My concern with this component is to maintain a uniform style with bootstrap. But I just learned that those jquery ui components use a specific stylesheet that can be customized.
  • Hamdi Baligh
    Hamdi Baligh over 10 years
    If you want to use a common style in your web site, bootstrap introduced a datepicker itself eyecon.ro/bootstrap-datepicker you can check it out github.com/eternicode/bootstrap-datepicker
  • Fer García
    Fer García over 10 years
    I saw those, but still don't work with Bootstrap 3 (there are changes in the styles).
  • MandM
    MandM about 10 years
    @HamdiBaligh, although issues are supposed to be resolved between jquery-ui and bootstrap, I still find it an issue to work with both alongside each other. Plus, it seems a little overkill to add an entire new ui framework to accomplish this. I'm still looking for an answer to this too...
  • Mohamed Anis Dahmani
    Mohamed Anis Dahmani almost 10 years
    Thank you. This is indeed compatible with BS3. Tested and verified. One Important thing to mention is that the libraries have to be linked in the order specified on the website. 1- jQuery 2- moment js 3- bootstrap-datetimepicker.min.js 4- bootstrap-datetimepicker.css 5- bootstrap.min.js 6- bootstrap.min.css