vitalets / combodate

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

Combodate default value #5

Closed tanut-v closed 11 years ago

tanut-v commented 11 years ago

How to set default value of combodate dropdowns to current date screen shot 2013-07-23 at 12 52 52 pm

but leave input value empty screen shot 2013-07-23 at 12 17 42 pm

vitalets commented 11 years ago

I will add param defaultValue to the nearest release of x-editable. thanks for pointing on that!

tanut-v commented 11 years ago

Very thanks!! :thumbsup: :thumbsup:

vitalets commented 11 years ago

defaultValue added in x-editable 1.4.6

kevinap commented 10 years ago

where should I put the defaultValue in the code? thanks

bipin244 commented 7 years ago

//for default value current value $('#date').combodate({ value: moment().format('MM-DD-YYYY') });