yhnavein / pure-bootstrap-datepicker

It's a fork of eternicode's Bootstrap Datepicker with many improvements and enchanted appearance.
http://yhnavein.github.com/pure-bootstrap-datepicker/
Apache License 2.0
2 stars 0 forks source link

Manual Entroy #1

Open v6 opened 10 years ago

v6 commented 10 years ago

Do you know of any forks, or alternative datepickers that work with Bootstrap 3 that allow the manual entry of dates? I don't think this is maintained, but it's the most up-to-date thing I could find: https://github.com/eternicode/bootstrap-datepicker

Anyone know how to override the default BFHDatePicker in Javascript?

I also found this: https://github.com/mfunkie/bootstrap-datepicker

Is this something I should post to StackOverflow, perhaps? It seems something very much a matter of opinion, but I am at a loss.

yhnavein commented 10 years ago

@v6: Have you tried demo: http://yhnavein.github.io/pure-bootstrap-datepicker/ ? You can easily enter dates by hand and it works correctly. And it should work in the eternicode's version as well.

In my example there is Bootstrap v2.3.1, but I am using this component in my project, which is using Bootstrap v3.2 and it behaves really well :)

When I have some time I will update this repo to the newest Bootstrap :)

v6 commented 10 years ago

Sweet.

Do you know how to install such a thing into Bootstrap? Should I just replace their code with mine? I may be a little bootstrapped out of my depth.