Code comment

This commit is contained in:
Laurent Destailleur 2019-09-17 17:55:30 +02:00
parent 41a2a25729
commit 3f6afa810c

View File

@ -323,6 +323,7 @@ function dolSqlDateFilter($datefield, $day_date, $month_date, $year_date)
* 0 =Input date is local date using PHP server timezone
* @return int Date as a timestamp
* 19700101020000 -> 7200 with gm=1
* 19700101000000 -> 0 with gm=1
*
* @see dol_print_date(), dol_mktime(), dol_getdate()
*/