diff options
Diffstat (limited to 'framework/Util/TSimpleDateFormatter.php')
-rw-r--r-- | framework/Util/TSimpleDateFormatter.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Util/TSimpleDateFormatter.php b/framework/Util/TSimpleDateFormatter.php index 18e71529..5577e0e5 100644 --- a/framework/Util/TSimpleDateFormatter.php +++ b/framework/Util/TSimpleDateFormatter.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Util + * @package Prado\Util */ +namespace Prado\Util; + /** * TSimpleDateFormatter class. * @@ -39,7 +41,7 @@ * </code> * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @package System.Util + * @package Prado\Util * @since 3.0 */ class TSimpleDateFormatter |