DateTime::createFromFormat( code example
Example: DateTime::createFromFormat
'!F Y' would work. '!' resets all fields
(year, month, day, hour, minute, second, fraction and timzone information)
to the Unix Epoch.
DateTime::createFromFormat('!F Y')