Command Reference > Environment Variables for Command Line Programs > INFATOOL_DATEFORMAT
  

INFATOOL_DATEFORMAT

INFATOOL_DATEFORMAT environment variable applies to the pmcmd command line program.
Use this environment variable to customize the way pmcmd displays the date and time. Enter the date format string in DY MON DD HH24:MI:SS YYYY format. pmcmd verifies that the string is a valid format. If the format string is not valid, the Integration Service generates a warning message and displays the date in the format DY MON DD HH24:MI:SS YYYY.

Configuring INFATOOL_DATEFORMAT on UNIX

To configure INFATOOL_DATEFORMAT on UNIX:
    bulletIn a UNIX C shell environment, type:
    setenv INFATOOL_DATEFORMAT <date/time format string>
    In a UNIX Bourne shell environment, type:
    INFATOOL_DATEFORMAT = <date/time format string>
    export INFATOOL_DATEFORMAT

Configuring INFATOOL_DATEFORMAT on Windows

To configure INFATOOL_DATEFORMAT on Windows:
    bulletEnter the environment variable INFATOOL_DATEFORMAT, and set the value to the display format string.
    For information about setting environment variables on Windows, consult the Windows documentation.