Hi, I could use your support.
I am trying to calculate the difference between 2 dates in my table. I've tried this:
Start_Time = datetimeparse([Original_START_TIME],'%d-%Mon-%Y %h.%m.%s.%ms %X')
End_Time = datetimeparse([Original_END_TIME],'%d-%Mon-%Y %h.%m.%s.%ms %X')
DateTimeDiff([Start_Time],[End_Time],'Second')
But it's not working, giving me the error: "expected a number for minute".
Examples of dates I have in the file:
12-APR-18 03.30.00.000000000 PM
10-APR-18 10.15.00.000000000 AM
Thank you in advance for your support,
Rita