Home
last modified time | relevance | path

Searched refs:beforeShowDay (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js526 beforeShowDay: null, property in default_options
1518 if (options.beforeShowDay && $.isFunction(options.beforeShowDay.call)) {
1519 customDateSettings = options.beforeShowDay.call(datetimepicker, start);
1558 if (options.beforeShowDay && $.isFunction(options.beforeShowDay)) {
1559 classes.push(options.beforeShowDay(start));