[#BloombergLP-bdlt-DateUtil-convertFromYYYYMMDDRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DateUtil.adoc[DateUtil]::convertFromYYYYMMDDRaw :relfileprefix: ../../../ :mrdocs: Return the `Date` value represented by the specified `yyyymmddValue` in the "YYYYMMDD" format. The behavior is undefined unless `yyyymmddValue` represents a valid `Date`. == Synopsis Declared in `<bdlt_dateutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Date.adoc[Date] convertFromYYYYMMDDRaw(int yyyymmddValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#