Announcement

Collapse
No announcement yet.

Timestamp Text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Solved Timestamp Text

    Hi.

    Currently I am using « $E36867(%d/%m/%Y %H:%M) » as the text timestamp that would result something like « 30/07/2017 12:37 »

    But I would like it to display « Sunday, 30/07/2017 12:37 PM »

    Is this possible? If so, can you please teach me how.

    Thank you so much.

    #2
    According to Appendix A of the Text Pattern Options adding %A, at the start of the string in the brackets should show the day of the week but there is nothing on how to get the time as 12 hour clock.

    Comment


      #3
      The information, that you would like to display - Sunday -, does not exist in EXIF data, so I would say, it is not possible.
      IrfanView 4.62 64-bit

      Comment


        #4
        Originally posted by Mij View Post
        According to Appendix A of the Text Pattern Options adding %A, at the start of the string in the brackets should show the day of the week but there is nothing on how to get the time as 12 hour clock.
        Thanks a lot Mij for your info

        Comment


          #5
          Originally posted by Jacal View Post
          The information, that you would like to display - Sunday -, does not exist in EXIF data, so I would say, it is not possible.
          Thanks Jacal for your comment.

          Comment


            #6
            Thanks guy for your info...

            Our kind Irfan has replied to my e-mail..
            From: Irfan Skiljan <irfanview@gmx.net>
            Date: Mon, Aug 28, 2017 at 5:02 PM
            Subject: Re: Timestamp Text
            To: Otherside <freekey2@gmail.com>


            Hi,

            My function uses the "strftime" function from Windows.

            See:


            you could try this placeholder:

            $E36867(%A, %d/%m/%Y %H:%M %p)

            %A = weekday name
            %p = AM/PM value

            or/and play around with other options from the page ;-)
            ----
            So I replied..

            Thanks a lot Irfan for the info!!

            Especially on the important keyword strftime

            So definitely « $E36867(%A, %d/%m/%Y %I:%M %p) » would does it!!

            I got the info from http://strftime.org/

            Thanks.

            Comment


              #7
              Thanks for reporting! (I was wrong, and that is always good to know.)
              IrfanView 4.62 64-bit

              Comment

              Working...
              X