From 09612e4f5831f2e158d1f28952d00a76583e801f Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 5 Feb 2008 15:41:41 +0000 Subject: [PATCH] documented the feature (week+dow) accordingly --- etemplate/inc/class.date_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.date_widget.inc.php b/etemplate/inc/class.date_widget.inc.php index 04f0d8d7c6..34f4101ed8 100644 --- a/etemplate/inc/class.date_widget.inc.php +++ b/etemplate/inc/class.date_widget.inc.php @@ -21,7 +21,7 @@ * &8 = dont show time for readonly and type date-time if time is 0:00, * &16 = prefix r/o display with dow * &32 = prefix r/o display with week-number - * &48 = 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. * Uses the adodb datelibary to overcome the windows-limitation to not allow dates before 1970 *