Problem is in the line:
Code: Select all
long x = ChronoUnit.HOURS.between(ld1,ld2);long x = ChronoUnit.HOURS.between(zd1,zd2);
Moderators: Site Manager, fjwalraven
Code: Select all
long x = ChronoUnit.HOURS.between(ld1,ld2);Users browsing this forum: Google [Bot] and 9 guests