Date
Stay organized with collections
Save and categorize content based on your preferences.
A date object. This is not a Datetime. It is just a date -- meaning that it refers to a non-relative date like a birthdate.
JSON representation |
{
"year": string,
"month": string,
"day": string
} |
Fields |
year |
string (Int64Value format)
REQUIRED: The year portion of the date.
|
month |
string (Int64Value format)
REQUIRED: The month portion of the date. January is 1, February is 2, and so on.
|
day |
string (Int64Value format)
REQUIRED: The day portion of the date. The first day of the month is 1.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-02 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-04-02 UTC."}