"formatting"

This commit is contained in:
Ralf Becker 2008-10-06 10:05:56 +00:00
parent b459070ab3
commit d6693b27ab

View File

@ -1,15 +1,17 @@
<?php <?php
/** /**
* eGroupWare eTemplate Extension - Date Widget * eGroupWare eTemplate Extension - Date Widget
* *
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package etemplate
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @author Ralf Becker <RalfBecker@outdoor-training.de> * @author Ralf Becker <RalfBecker@outdoor-training.de>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @copyright 2002-8 by RalfBecker@outdoor-training.de
* @package etemplate
* @subpackage extensions
* @version $Id$ * @version $Id$
*/ */
/** /**
* eTemplate extension to input or display date and/or time values * eTemplate extension to input or display date and/or time values
* *
* Contains the following widgets: Date, Date+Time, Time, Hour, Duration * Contains the following widgets: Date, Date+Time, Time, Hour, Duration
@ -24,14 +26,9 @@
* &64 = prefix r/o display with weeknumber and dow * &64 = prefix r/o display with weeknumber and dow
* This widget is independent of the UI as it only uses etemplate-widgets and has therefor no render-function. * This widget is independent of the UI as it only uses etemplate-widgets and has therefor no render-function.
* Uses the adodb datelibary to overcome the windows-limitation to not allow dates before 1970 * Uses the adodb datelibary to overcome the windows-limitation to not allow dates before 1970
*
* @package etemplate
* @subpackage extensions
* @author RalfBecker-AT-outdoor-training.de
* @license GPL
*/ */
class date_widget class date_widget
{ {
/** /**
* exported methods of this class * exported methods of this class
* @var array * @var array
@ -648,4 +645,4 @@
} }
return True; return True;
} }
} }