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

Undocumented Feature #690

Open Radmation opened 6 years ago

Radmation commented 6 years ago

Hello - i was looking for a way to fire an event when the day is changed and I stumbled accross this and this method is not documented in the readme

Please add this to the readme.

// Fires on day select event $("#yourdatepicker").datetimepicker().on('changeDay', function (ev) { console.log('day changed'); });