[#BloombergLP-bdlt-Date-getYearMonthDay] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Date.adoc[Date]::getYearMonthDay :relfileprefix: ../../../ :mrdocs: Load, into the specified `year`, `month`, and `day`, the respective `year`, `month`, and `day` attribute values of this date. == Synopsis Declared in `<bdlt_date.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void getYearMonthDay( int* year, int* month, int* day) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#