// SPDX-License-Identifier: GPL-3.0-or-later namespace Icinga\Web\Form\Element; use Icinga\Web\Form\FormElement; /** * A date input control */ class Date extends FormElement { /** * Form view helper to use for rendering * * @var string */ public $helper = 'formDate'; }