Kind of crazy how Apple's Voice Memos includes an AI powered voice transcription feature but to view the creation date you must export the file and use a 3rd party tool to see the creation date property. Or use a tool (or terminal) to view the sqlite database.
sqlite3 "$HOME/Library/Group Containers/group.com.apple.VoiceMemos.shared/Recordings/CloudRecordings.db" -header -column "SELECT ZPATH, ZCUSTOMLABEL, ZENCRYPTEDTITLE FROM ZCLOUDRECORDING"