That still leaves several possibilities....
Assuming that you always have two dates in that format at the end then this formula will ignore those and extract the last 4 digit value
=LOOKUP(10000,MID(SUBSTITUTE(A1," ","x"),ROW(INDIRECT("1:"&LEN(A1)-27)),4)+0)