$('.birth_date').datetimepicker({ pickTime:false, pick12HourFormat: false, language: 'th', icons: { time: "fa fa-clock-o", date: "fa fa-calendar", up: "fa fa-arrow-up", down: "fa fa-arrow-down" }, format:"LL" }).on("change.dp",function(e){ //event here });