From my experience, most vendors have the CreateDate set in their metadata. So you could try:
exiftool -CreateDate FILE/OR/FOLDER/PATH
If you want the output stripped of the field name and only output the raw value, use the -s3
option:
exiftool -s3 -CreateDate FILE/OR/FOLDER/PATH