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-10-16 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 2024-10-16 UTC."],[],[]]