--- title: Date - GraphQL Admin description: | Represents an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-encoded date string. For example, September 7, 2019 is represented as `"2019-07-16"`. api_version: 2026-04 api_name: admin type: scalar api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/scalars/date md: https://shopify.dev/docs/api/admin-graphql/latest/scalars/date.md --- # Date scalar Represents an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-encoded date string. For example, September 7, 2019 is represented as `"2019-07-16"`. ## Map ### Fields with this scalar * [Gift​Card.expiresOn](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCard#field-GiftCard.fields.expiresOn) * [Marketing​Engagement.occurredOn](https://shopify.dev/docs/api/admin-graphql/latest/objects/MarketingEngagement#field-MarketingEngagement.fields.occurredOn) * [Shopify​Payments​Dispute​Fulfillment.shippingDate](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsDisputeFulfillment#field-ShopifyPaymentsDisputeFulfillment.fields.shippingDate) ### Inputs with this scalar * [Gift​Card​Create​Input.expiresOn](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/GiftCardCreateInput#fields-expiresOn) * [Gift​Card​Update​Input.expiresOn](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/GiftCardUpdateInput#fields-expiresOn) * [Inventory​Transfer​Edit​Input.dateCreated](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/InventoryTransferEditInput#fields-dateCreated) * [Marketing​Engagement​Input.occurredOn](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MarketingEngagementInput#fields-occurredOn) ### Arguments with this scalar * [Query​Root.cashManagementLocationSummary(startDate)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.cashManagementLocationSummary.arguments.startDate) * [Query​Root.cashManagementLocationSummary(endDate)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.cashManagementLocationSummary.arguments.endDate) * [Query​Root.cashManagementShopSummary(startDate)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.cashManagementShopSummary.arguments.startDate) * [Query​Root.cashManagementShopSummary(endDate)](https://shopify.dev/docs/api/admin-graphql/latest/objects/QueryRoot#field-QueryRoot.fields.cashManagementShopSummary.arguments.endDate) * [cash​Management​Location​Summary.startDate](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementLocationSummary#arguments-startDate) * [cash​Management​Location​Summary.endDate](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementLocationSummary#arguments-endDate) * [cash​Management​Shop​Summary.startDate](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementShopSummary#arguments-startDate) * [cash​Management​Shop​Summary.endDate](https://shopify.dev/docs/api/admin-graphql/latest/queries/cashManagementShopSummary#arguments-endDate)