ParseDateTime Error

0
Hello everybody,   I'm having a hard time using the parsedatetime function on a string. I'm trying to convert this string attribute to a valid date but I keep getting the unparseable date error or getting something like starting with the year 1970. What would be the right expression ?
asked
1 answers
0

Hi Georgi,

 

If you want to include the time component as well in the parsing you can use the following expression (just replace the first argument with the variable):

 

parseDateTime('16.04.25 r., 5:16', 'dd.MM.yy ''r''., HH:mm')

answered