Author Topic: Can I change the date format?  (Read 1372 times)

Offline randall_benton

  • Newcomer
  • *
  • Posts: 17
    • View Profile
Can I change the date format?
« on: January 29, 2019, 01:14:14 PM »
I am using the variable, {date} to add the capture date into the caption field while ingesting images. It displays in a short form like this:  1/29/19.  Is there a way to change the date format so that it displays in long form like this:  Tuesday, Jan. 29, 2019 ?

Thank you very much.

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: Can I change the date format?
« Reply #1 on: January 29, 2019, 02:19:05 PM »
This should do it:

{dow}, {monthname3}. {day}, {year4}

HTH,

-Kirk

Offline randall_benton

  • Newcomer
  • *
  • Posts: 17
    • View Profile
Re: Can I change the date format?
« Reply #2 on: January 29, 2019, 05:56:05 PM »
Perfect! Thank you very much.