vitalets / combodate

Dropdown date and time picker
http://vitalets.github.com/combodate
207 stars 82 forks source link

HTML template for dates #35

Closed istian closed 9 years ago

istian commented 9 years ago

Hi,

First, thanks for this simple yet very useful plugin. As for my question, is there a way to apply/set an html template for the date elements? Say, I'd like to add a label for each date elements like:

Day Month Year
comboday cobomonth comboyear

Thanks

vitalets commented 9 years ago

hi

interesting case, but seems to be very specific. I think the best solution is just overwrite getTemplate method to return table with headers and selects. Please have a look: http://jsfiddle.net/5m6gG/84/