Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have a db were time format is as follows:
60 is 1:00 AM
120 is 2:00 AM
130 is 2:10 AM etc.
How can I display them in HH:mm in the same column?
Thanks in advance!
Have a look at this thread - it may point you in the right direction.
Hi,
Is this what you need?
=interval(interval#(150, 'm'), 'hh:mm')
Regards
Thank you Miguel Angel!