From 6d36e3afaa60696f39265fa27481df35f9b16bf7 Mon Sep 17 00:00:00 2001 From: alpeb Date: Fri, 30 Jul 2004 00:24:12 +0000 Subject: [PATCH] Changed param comment of function input: funtion should expect time in server's timezone instead of users localtime; the conversion to user's localtime is taken care inside the function when calling common->show_date --- phpgwapi/inc/class.jscalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.jscalendar.inc.php b/phpgwapi/inc/class.jscalendar.inc.php index 7283f54b48..d62c539cfc 100644 --- a/phpgwapi/inc/class.jscalendar.inc.php +++ b/phpgwapi/inc/class.jscalendar.inc.php @@ -48,7 +48,7 @@ @author ralfbecker @abstract creates an inputfield for the jscalendar (returns the necessary html and js) @param $name name and id of the input-field (it also names the id of the img $name.'-toggle') - @param $date date as string or unix timestamp (in users localtime) + @param $date date as string or unix timestamp (in server timezone) @param $year,$month,$day if $date is not used @param $helpmsg a helpmessage for the statusline of the browser @param $options any other options to the inputfield