Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi-I have a string field which looks like 20120927-00:00:01.Can you please let me know how can I extract only HH:MM.Thanks-Pooja
I think this should work: time(time#('20120927-00:00:01','yyyyMMdd-hh:mm:ss'),'hh:mm')
I think this should work: time(time#('20120927-00:00:01','yyyyMMdd-hh:mm:ss'),'hh:mm')
Thanks a lot for your quick response.