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

This commit is contained in:
alpeb 2004-07-30 00:24:12 +00:00
parent 94e422b920
commit 6d36e3afaa

View File

@ -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