Skip to content Skip to sidebar Skip to footer

Individual Date, Month And Year Dropdowns In Bootstrap

So I am trying to create a form in bootstrap, I have completed the majority of it however I am getting stuck on the last part. What I need is 3 dropdown menus containing the users

Solution 1:

I made a full example you only need is put the correct class for each element.

To initialize the date time you have to use this

$(".date-dropdowns").dateDropdowns();

https://jsfiddle.net/jorge182/dszkt041/1/

also read the documentation about the plugin

http://icklechris.github.io/jquery-date-dropdowns/


Post a Comment for "Individual Date, Month And Year Dropdowns In Bootstrap"