diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js index d1d8a4d11ad..ccbcc6dac24 100644 --- a/ui/jquery.ui.datepicker.js +++ b/ui/jquery.ui.datepicker.js @@ -1493,7 +1493,7 @@ $.extend(Datepicker.prototype, { (otherMonth && !showOtherMonths ? ' ' : // display for other months (unselectable ? '' + printDate.getDate() + '' : '' + printDate.getDate() + '')) + ''; // display selectable date printDate.setDate(printDate.getDate() + 1);