Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Formatting DATE in a print file

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

  • Formatting DATE in a print file

    This give me dates with a format of 12/31/1999 or 7/23/2005 just fine

  • #2
    Formatting DATE in a print file

    This is what works for me
    Code

    Comment


    • #3
      Formatting DATE in a print file

      Comment


      • #4
        Formatting DATE in a print file

        DATE(*JOB *YY) gives you the date as described above

        Comment


        • #5
          Formatting DATE in a print file

          Great, I'll give that a shot. Thanks for your help!

          Comment


          • #6
            Formatting DATE in a print file

            I am using the DATE keyword in a print file to print the current date. This prints a 6 digit date in the form 030205. I want to be able to change the format so I can print a full 8 digit date and optionally include separators like 03/02/2005. Does anyone know how to make this happen from within the print file itself? I can use DATFMT(*USA) to make this work for other fields but since DATE is itself a keyword I have not found a way to control its format. Any help would be appreciated.

            Comment

            Working...
            X