Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > Date
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"
.
Signature:
Date: {
input: string;
output: string;
};