---
title: "Date Filtering"
canonical: "https://support.appfire.com/space/SCLI/73372312/Date%20Filtering"
format: markdown
---
Some list based actions support data filtering parameter **startDate** and **endDate** as indicated in the [Reference](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371762). 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](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371473) - Earliest date to get data.
2. [endDate](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768238) - Latest date for data. Default to now (most recent).

The dates should be specified to match the [dateFormat](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766361) 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**. 

> Macro (include)