2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/core/lib
Pichi1966 b6945d0c27 Fix function num_between_day in date.lib.php in Dev code v21 (#31732)
When debugging Asset Module, I discovered that function num_between_day is returning 0 when $timestampStart equals (==) $timestampEnd and $lastday == 1
Normally it has to return
0 if $lastday = 0
1 if $lastday = 1
2024-11-08 14:46:44 +01:00
..
2024-11-05 01:43:48 +01:00
2024-10-26 16:22:05 +02:00
2024-10-28 19:49:01 +01:00
2024-10-26 13:02:00 +02:00
2024-10-03 19:40:34 +02:00
2024-10-24 00:27:53 +02:00