mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
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:
parent
94e422b920
commit
6d36e3afaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user