vitalets / combodate

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

ComboDate not fix specific date "1969-10-19" BUG #18

Open fagnerdireito opened 10 years ago

fagnerdireito commented 10 years ago

When I try to put the date '1969-10-19' the combodate sends to the server the date '1969-10-18'. I've tried everything but I can not solve this problem. Acretido be a bug in the component.

My code is this:

<a href="#" id="dtnascimento" data-name="dtnascimento" data-type="combodate" data-title="Data de Nascimento">1969-10-18</a>

http://jsfiddle.net/fagnerdireito/8T9hm/

In this example Try to set '1969-10-19', the fix result empty (vazio). Is a bug.