ExpiryDate
Stay organized with collections
Save and categorize content based on your preferences.
Expiration date, the month and the year.
JSON representation |
{
"expiryMonth": string,
"expiryYear": string
} |
Fields |
expiryMonth |
string
REQUIRED: Expiration month, formatted MM .
|
expiryYear |
string
REQUIRED: Expiration year, formatted YY .
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["\u003cp\u003eThe expiration date is represented using JSON and requires both the month and year.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eexpiryMonth\u003c/code\u003e and \u003ccode\u003eexpiryYear\u003c/code\u003e fields are mandatory and should be formatted as \u003ccode\u003eMM\u003c/code\u003e and \u003ccode\u003eYY\u003c/code\u003e, respectively, representing the expiration month and year.\u003c/p\u003e\n"]]],["The content describes a JSON representation for storing expiration dates. It requires two string fields: `expiryMonth` and `expiryYear`. `expiryMonth` represents the expiration month, formatted as `MM`. `expiryYear` indicates the expiration year, formatted as `YY`. Both fields are mandatory for proper representation of the expiration date within the JSON object.\n"],null,["# ExpiryDate\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nExpiration date, the month and the year.\n\n| JSON representation |\n|---------------------------------------------------------|\n| ``` { \"expiryMonth\": string, \"expiryYear\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------|\n| `expiryMonth` | `string` **REQUIRED** : Expiration month, formatted `MM`. |\n| `expiryYear` | `string` **REQUIRED** : Expiration year, formatted `YY`. |"]]