smalot / bootstrap-datetimepicker

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
http://www.malot.fr/bootstrap-datetimepicker/
Apache License 2.0
3.49k stars 1.65k forks source link

Can`t select date after month #689

Open Tsyklop opened 6 years ago

Tsyklop commented 6 years ago

I have next code:

$('form#edit-user-form input.birthday').datepicker({
format: "yyyy-mm-dd",
startView: 1,
minViewMode: 1,
changeMonth: true,
changeYear: true,
language: "ru",
calendarWeeks: true
});

I can select a month in year, but when i click on month nothing happens. Why? I use 1.7.1 version