Author Topic: IPTC Date Format  (Read 8650 times)

Offline dbacksjon

  • Newcomer
  • *
  • Posts: 23
    • View Profile
IPTC Date Format
« on: August 09, 2006, 04:28:06 PM »
Hey,
Is there a way to change the date format from YYYYMMDD to MMDDYYYY when i batch rename?
Jon

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: IPTC Date Format
« Reply #1 on: August 09, 2006, 04:58:39 PM »
Jon,

Is there a way to change the date format from YYYYMMDD to MMDDYYYY when i batch rename?

Yes.  You'll want to call out the individual date components like so:

{month0}{day0}{year4}

That will do it.

-Kirk