diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TDatePickerInputMode.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDatePickerInputMode.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TDatePickerInputMode.php b/framework/Web/UI/WebControls/TDatePickerInputMode.php index 7bf4cb5b..324a9023 100644 --- a/framework/Web/UI/WebControls/TDatePickerInputMode.php +++ b/framework/Web/UI/WebControls/TDatePickerInputMode.php @@ -6,9 +6,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls */ +namespace Prado\Web\UI\WebControls; /** * TDatePickerInputMode class. @@ -19,7 +20,7 @@ * - DropDownList: dropdown lists are used to pick up date values * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls * @since 3.0.4 */ class TDatePickerInputMode extends TEnumerable |