Skip to end of banner
Go to start of banner

Date Filtering

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Some list based actions support data filtering parameter startDate and endDate as indicated in the Reference. This describes in more detail what that means.

  • getCommitList - based on the data the commit was made
  • runFromCommitList - based on the data the commit was made

Parameters:

  1. startDate - Earliest date to get data. 
  2. endDate - Latest date for data. Default to now (most recent).

The dates should be specified to match the dateFormat parameter. If not provided, the local default format will be tried. The CLI also tries (release 4.3 and higher) some standard default formats like: yyyy-MM-dd HH:mm:ss

Special Values

The date fields support some special values to make range selection easier:

  • No labels