"formatting"

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

View File

@ -2,10 +2,12 @@
/**
* 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
* @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$
*/
@ -24,11 +26,6 @@
* &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.
* 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
{