[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class protos.google.type.Date (9.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [9.2.0 (latest)](/nodejs/docs/reference/documentai/latest/documentai/protos.google.type.date)\n- [8.12.0](/nodejs/docs/reference/documentai/8.12.0/documentai/protos.google.type.date)\n- [8.10.0](/nodejs/docs/reference/documentai/8.10.0/documentai/protos.google.type.date)\n- [8.8.0](/nodejs/docs/reference/documentai/8.8.0/documentai/protos.google.type.date)\n- [8.6.0](/nodejs/docs/reference/documentai/8.6.0/documentai/protos.google.type.date)\n- [8.5.0](/nodejs/docs/reference/documentai/8.5.0/documentai/protos.google.type.date)\n- [8.4.0](/nodejs/docs/reference/documentai/8.4.0/documentai/protos.google.type.date)\n- [8.2.0](/nodejs/docs/reference/documentai/8.2.0/documentai/protos.google.type.date)\n- [8.1.2](/nodejs/docs/reference/documentai/8.1.2/documentai/protos.google.type.date)\n- [8.0.0](/nodejs/docs/reference/documentai/8.0.0/documentai/protos.google.type.date)\n- [7.3.1](/nodejs/docs/reference/documentai/7.3.1/documentai/protos.google.type.date)\n- [7.1.0](/nodejs/docs/reference/documentai/7.1.0/documentai/protos.google.type.date)\n- [7.0.1](/nodejs/docs/reference/documentai/7.0.1/documentai/protos.google.type.date)\n- [6.3.0](/nodejs/docs/reference/documentai/6.3.0/documentai/protos.google.type.date)\n- [6.1.0](/nodejs/docs/reference/documentai/6.1.0/documentai/protos.google.type.date)\n- [6.0.0](/nodejs/docs/reference/documentai/6.0.0/documentai/protos.google.type.date)\n- [3.3.0](/nodejs/docs/reference/documentai/3.3.0/documentai/protos.google.type.date)\n- [3.2.1](/nodejs/docs/reference/documentai/3.2.1/documentai/protos.google.type.date)\n- [3.1.0](/nodejs/docs/reference/documentai/3.1.0/documentai/protos.google.type.date)\n- [3.0.2](/nodejs/docs/reference/documentai/3.0.2/documentai/protos.google.type.date)\n- [2.10.0](/nodejs/docs/reference/documentai/2.10.0/documentai/protos.google.type.date) \nRepresents a Date.\n\nPackage\n-------\n\n[@google-cloud/documentai](../overview.html)\n\nConstructors\n------------\n\n### (constructor)(properties)\n\n constructor(properties?: google.type.IDate);\n\nConstructs a new Date.\n\nProperties\n----------\n\n### day\n\n public day: number;\n\nDate day.\n\n### month\n\n public month: number;\n\nDate month.\n\n### year\n\n public year: number;\n\nDate year.\n\nMethods\n-------\n\n### create(properties)\n\n public static create(properties?: google.type.IDate): google.type.Date;\n\nCreates a new Date instance using the specified properties.\n\n### decode(reader, length)\n\n public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.type.Date;\n\nDecodes a Date message from the specified reader or buffer.\n\n### decodeDelimited(reader)\n\n public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.type.Date;\n\nDecodes a Date message from the specified reader or buffer, length delimited.\n\n### encode(message, writer)\n\n public static encode(message: google.type.IDate, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified Date message. Does not implicitly messages.\n\n### encodeDelimited(message, writer)\n\n public static encodeDelimited(message: google.type.IDate, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified Date message, length delimited. Does not implicitly messages.\n\n### fromObject(object)\n\n public static fromObject(object: { [k: string]: any }): google.type.Date;\n\nCreates a Date message from a plain object. Also converts values to their respective internal types.\n\n### getTypeUrl(typeUrlPrefix)\n\n public static getTypeUrl(typeUrlPrefix?: string): string;\n\nGets the default type url for Date\n\n### toJSON()\n\n public toJSON(): { [k: string]: any };\n\nConverts this Date to JSON.\n\n### toObject(message, options)\n\n public static toObject(message: google.type.Date, options?: $protobuf.IConversionOptions): { [k: string]: any };\n\nCreates a plain object from a Date message. Also converts values to other types if specified.\n\n### verify(message)\n\n public static verify(message: { [k: string]: any }): (string|null);\n\nVerifies a Date message."]]