Hi,
I'm trying to do a simple conversion from one date time format to another.
My formula is:
DATE_CONVERT(@E:E,"dd-MMM-yyyy hh:mm:ss","hh:mm")
An example of what I have currently: "10-Aug-2017 09:28:03" and I'd like it to be just hours and minutes: "09:28".
But I just get blank cells with the code pasted above. What am I doing wrong?