gyro/core/view/widgets/input/date.input.widget.php
Go to the documentation of this file.00001 <?php 00002 require_once GYRO_CORE_DIR . 'view/widgets/input/base/date.input.widget.php'; 00003 00004 /** 00005 * A date widget 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup View 00009 */ 00010 class InputWidgetDate extends InputWidgetDateBase { 00011 }