Parse date from filename, apply to creation date
Posted: 07 Aug 2019, 22:36
I've been wrestling with this for a few hours and I just don't get it, so I made an account and am finally joining the forum after it's been so wonderful for me for so long.
I have several hundred media files from my dad that are formatted with the date in the file. Many of them are as follows:
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!
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!