Question
Removing seconds from XMPDateTime
I'm trying to build a script in ExtendScript Toolkit CC that will modify the date metadata for files in Bridge. I'm using "var d = new XMPDateTime(new Date())" to get the full date value. How can I removed the seconds in the value and get this value instead --> YYYY MM DD HM. I've searched the Adobe site and forums and could not find an answer.
