--- 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: 2024-10 api_name: admin type: scalar api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Date' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Date.txt' --- # 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/2024-10/objects/GiftCard#field-expiresOn) * <-|[Marketing​Engagement.occurredOn](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MarketingEngagement#field-occurredOn) * <-|[Shop​Policy.createdAt](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopPolicy#field-createdAt) * <-|[Shop​Policy.updatedAt](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopPolicy#field-updatedAt) * <-|[Shopify​Payments​Dispute.evidenceDueBy](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsDispute#field-evidenceDueBy) * <-|[Shopify​Payments​Dispute.evidenceSentOn](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsDispute#field-evidenceSentOn) * <-|[Shopify​Payments​Dispute.finalizedOn](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsDispute#field-finalizedOn) * <-|[Shopify​Payments​Dispute​Fulfillment.shippingDate](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsDisputeFulfillment#field-shippingDate) ### Inputs with this scalar * [Gift​Card​Create​Input.expiresOn](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardCreateInput#field-expiresOn) * [Gift​Card​Update​Input.expiresOn](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardUpdateInput#field-expiresOn) * [Marketing​Engagement​Input.occurredOn](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MarketingEngagementInput#field-occurredOn)