Description | Example

Date Formats

Description

STK Scheduler is capable of using and generating time/date values in a variety of formats.

The SCHED / UseDayOfYear command controls output formatting for reports, API command responses, and the GUI. The API command interpreter can accept any date format at any time.

Notes on formatting requirements:

  • The number of digits in each part of the formats is fixed; leading zeros are required for smaller numbers.
  • The Command interpreter is sensitive to white space; date formats in API commands that use a space to separate date and time will not be read properly.
  • Examples

    FormatDateEncoding
    YYYY/MM/DD_HH:MM:SS.FFF9:09 AM, January 6, 20152015/01/06_09:09:00.000
    YYYY/MM/DD_HH:MM:SS11:13 AM, February 8, 20162016/01/08_11:13:00
    YYYY-DDD_HH:MM:SS1:14 PM, January 8, 20172017-008_13:14:00
    YYYY-DDD_HH:MM:SS.FFF2:16 PM, February 10, 20182018-041_14:16:00.000

    Version

    11.6