# Date

The `Date` object is used in the Marketplace APIs to represent a single calendar date. This object contains only one field.

<table><thead><tr><th width="140">Field Name</th><th width="130">Data Type</th><th>Description</th></tr></thead><tbody><tr><td><code>date</code></td><td>string</td><td>A date value in ISO format (YYYY-MM-DD).</td></tr></tbody></table>

### Example

{% code lineNumbers="true" %}

```json
{
  "date": "2019-02-10"
}
```

{% endcode %}
