This commit is contained in:
Laurent Destailleur (aka Eldy)
2024-11-28 11:38:07 +01:00
parent d2d592ebd6
commit 16cbc512a2

View File

@@ -1145,8 +1145,9 @@ function GETPOSTFLOAT($paramname, $rounding = '')
* optionally hour, minute, second) fields to return a timestamp.
*
* @param string $prefix Prefix used to build the date selector (for instance using Form::selectDate)
* @param string $hourTime 'getpost' to include hour, minute, second values from the HTTP request, 'XX:YY:ZZ' to set
* hour, minute, second respectively (for instance '23:59:59')
* @param string $hourTime 'getpost' to include hour, minute, second values from the HTTP request,
* or 'XX:YY:ZZ' to set hour, minute, second respectively (for instance '23:59:59')
* or '' means '00:00:00' (default)
* @param string $gm Passed to dol_mktime
* @return int|string Date as a timestamp, '' or false if error
*/