Skip to content

Commit 7163367

Browse files
Revert "Cherry pick branch 'genexuslabs:broken-age' into beta"
This reverts commit a9f42fd.
1 parent a9f42fd commit 7163367

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/src/main/java/com/genexus/CommonUtil.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,10 +1600,6 @@ public static int age(Date fn, Date today)
16001600
{
16011601
Date fnDate = resetTime(fn);
16021602
Date todayDate = resetTime(today);
1603-
Date sentinel = newNullDate();
1604-
if (fnDate.equals(sentinel) || todayDate.equals(sentinel)) {
1605-
return 0;
1606-
}
16071603

16081604
int age = 0;
16091605
int multiplier = 1;

0 commit comments

Comments
 (0)