Contao\Controller::getDatePickerString PHP Метод

getDatePickerString() защищенный Метод

Return the date picker string (see #3218)
Устаревший: Deprecated since Contao 4.0, to be removed in Contao 5.0. Specify "datepicker"=>true in your DCA file instead.
protected getDatePickerString ( ) : boolean
Результат boolean
    protected function getDatePickerString()
    {
        @trigger_error('Using Controller::getDatePickerString() has been deprecated and will no longer work in Contao 5.0. Specify "datepicker"=>true in your DCA file instead.', E_USER_DEPRECATED);
        return true;
    }