Author Topic: how do I get the following date results in caption/description  (Read 1857 times)

Offline Jaap van der Pijll

  • Newcomer
  • *
  • Posts: 27
    • View Profile
I have the next question:
In Caption/description I would like to read and add the date of the photo from the exif file of the photo in question.

My question is, how do I get the following two results in Caption/description
Month date (JUNE 9 month preferably here in capital letters)
month date, year (June 9, 2021)

Thanks for contributing ideas.

Jaap

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: how do I get the following date results in caption/description
« Reply #1 on: June 09, 2021, 12:12:56 PM »
Jaap,

In Caption/description I would like to read and add the date of the photo from the exif file of the photo in question.

My question is, how do I get the following two results in Caption/description
Month date (JUNE 9 month preferably here in capital letters)

{monthname:0:UC} {day}

month date, year (June 9, 2021)

{monthname} {day}, {year4}

Please see the following for the documentation:

https://docs.camerabits.com/support/solutions/articles/48000207639-introduction-to-photo-mechanic-variables
https://docs.camerabits.com/support/solutions/articles/48000358438

-Kirk

Offline Jaap van der Pijll

  • Newcomer
  • *
  • Posts: 27
    • View Profile
Re: how do I get the following date results in caption/description
« Reply #2 on: June 09, 2021, 12:46:48 PM »
tnx for you quick response ...