> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/object/fuzzydate.md).

# FuzzyDate

Date object that allows for incomplete date values (fuzzy)

| Field     |                                                                                        Argument | Type                | Description |
| --------- | ----------------------------------------------------------------------------------------------: | ------------------- | ----------- |
| **year**  | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Numeric Year (2017) |             |
| **month** | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Numeric Month (3)   |             |
| **day**   | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Numeric Day (24)    |             |
