mw.widgets.DateInputWidget.prototype.focus = function () {
        this.activate();
        return this;
    };