I have a time column is like this: "19-01-2022 12:49:00" also I need to current time.
I want to calculate current time minues my time column value but my result must be hours.
For example 19-01-2022 12:49:00 -> its my time and if current time 19-01-2022 13:49:05 result is a 1
I want to write if condition (currentTime-timeColumn>24) or (currentTime-timeColumn>48) like this.