[#BloombergLP-bdlt-Date-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Date.adoc[Date]::Date :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_date.h>` Create a `Date` object having the earliest supported date value, i.e., having a year/month/day representation of `0001/01/01`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date/2constructor-0f.adoc[Date](); ---- [.small]#xref:BloombergLP/bdlt/Date/2constructor-0f.adoc[_» more..._]# Create a date having the value of the specified `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date/2constructor-048.adoc[Date](xref:BloombergLP/bdlt/Date.adoc[Date] const& original); ---- [.small]#xref:BloombergLP/bdlt/Date/2constructor-048.adoc[_» more..._]# Create a `Date` object from the specified `year` and `dayOfYear`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date/2constructor-049.adoc[Date]( int year, int dayOfYear); ---- [.small]#xref:BloombergLP/bdlt/Date/2constructor-049.adoc[_» more..._]# Create a `Date` object from the specified `year`, `month`, and `day`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date/2constructor-01.adoc[Date]( int year, int month, int day); ---- [.small]#xref:BloombergLP/bdlt/Date/2constructor-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | date whose value is copied | *year* | year of the date | *dayOfYear* | day of year of the date | *month* | month of the date | *day* | day of month of the date |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#