Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I am facing a problem in converting system time to hours , I tried
time(time#(Now(),'DD/MM/YYYY hh:mm:ss'),'hh') but I am getting the time in hh:mm:ss although I want hours only.Not sure what I am doing wrong.
Thank you
Regards
Ferha
Time(Now(1),'hh')
time(now(),'hh')
Hi,
How about Hour('DD/MM/YYYY hh:mm:ss') ?
Regards,
Johan