I have several hundred media files from my dad that are formatted with the date in the file. Many of them are as follows:
- Wedding Raw - 15.02.23 - 1080p.mp4
5th Bday 01 - 16.06.05.mp4
5th Bday 02 - 16.06.05.mp4
Here's a snapshot of the return I'm getting. I'm sure the solution is there and probably easy for you all, so any advice is helpful!

Expression yields empty value: No signature of method: static java.util.Date.parse() is applicable for argument types: (String, String) values: [yy.MM.dd, Raw - 15.02.23 - 1080p]
Possible solutions: parse(java.lang.String), wait(), clone(), any(), grep(), putAt(java.lang.String, java.lang.Object)
Hope it all makes sense, thanks in advance!