diff --git a/jquery.datetimepicker.js b/jquery.datetimepicker.js index 7844329..9574297 100644 --- a/jquery.datetimepicker.js +++ b/jquery.datetimepicker.js @@ -888,6 +888,11 @@ classes.push('xdsoft_weekend'); } + if(options.beforeShowDay && typeof options.beforeShowDay == 'function') + { + classes.push(options.beforeShowDay(start)) + } + table+=''+ '
'+d+'
'+ '';