Writing "date" to "original release date" in MM/DD/YYYY format

New to MBPicard, and I’m trying to update my MP3 collection to accurately represent release date. I have been able to manually determine that Original Release Date works for this, but on windows MP3 the date needs to be formatted as MM/DD/YYYY instead of the MBP standard YYYY-MM-DD format. I know this can be done with scripting, but can’t figure out the syntax to make it work. Any help appreciated!

This should work:

$set(originaldate,$month(%date%)/$day(%date%)/$year(%date%))
5 Likes

Thank you! Works perfectly!

4 Likes